MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
Add MCP to BundleCreate BundleRemove MCP from BundleDelete BundleFollow Public BundleGet BundleGet Public BundleUpdate Bundle Entry PermissionsUpdate BundleList BundlesUnfollow Public Bundle
Bundles

Update Bundle

Update Bundle Entry Permissions

Previous Page

List Bundles

Next Page

PATCH
/v1/bundles/{bundle_id}

Partially update a bundle - visibility, name, description, and/or tags. Rejects making a bundle public while it contains private or organization MCPs.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

bundle_id*Bundle Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

All fields optional - only the ones provided are updated.

is_public keeps its dedicated validation (rejecting a switch to public while the bundle holds a private/org entry) in the route handler; the other fields are plain overwrites.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{  "detail": "string",  "code": "string"}
{  "detail": "string",  "code": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}
is_public?boolean|null
name?|null
description?string|null
tags?array<string>|null