MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
Ingest Request TelemetryResolve Bundle
Bundler

Ingest Request Telemetry

POST
/v1/bundler/telemetry

Record one MCP operation (tool call, resource read, prompt get, tools/list) for observability. Consumed by the mcpbundler daemon after every proxied request; never surfaced to browser clients.

Authorization

BundleAccessToken
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/bundler/telemetry" \  -H "Content-Type: application/json" \  -d '{    "action": "string"  }'
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Look Up SSO Identity Provider

Previous Page

Resolve Bundle

Next Page

action*Action
success?Success
Defaulttrue
mcp_namespace?string|null
tool_name?string|null
latency_ms?integer|null
bytes_transferred?integer|null
error_message?string|null