MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
Add MCP to BundleCreate BundleRemove MCP from BundleDelete BundleFollow Public BundleGet BundleGet Public BundleUpdate Bundle Entry PermissionsUpdate BundleList BundlesUnfollow Public Bundle
Bundles

Update Bundle Entry Permissions

PATCH
/v1/bundles/{bundle_id}/entries/{entry_id}

Update the tool/resource/prompt allowlists of a bundle entry.

Each allowlist field is only overwritten when explicitly provided (non-None) in the request body, so a client can update a single allowlist without resending the others.

Args: bundle_id: UUID of the bundle that owns the entry. entry_id: UUID of the entry to update. body: Patch payload with optional allowed_tools, allowed_resources, and allowed_prompts lists.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

bundle_id*Bundle Id
Formatuuid
entry_id*Entry Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/entries/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{  "detail": "string",  "code": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Get Public Bundle

Previous Page

Update Bundle

Next Page

allowed_tools?array<string>|null
allowed_resources?array<string>|null
allowed_prompts?array<string>|null