Bundles
Update Bundle
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
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueRequest 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" } ]}