MCP Gateway
ApiMcp bundle proxy

Get Bundle Proxy Info

Get information about a proxied bundle. Args: bundle_key: The bundle's unique sharing key. session: Database session (injected). Returns: JSONResponse with bundle information.

GET
/mcp/bundle/{bundle_key}/info

Path Parameters

bundle_key*string

Response Body

application/json

application/json

curl -X GET "https://loading/mcp/bundle/string/info"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}