mcp

Mcp Endpoint

Per-team MCP resource-server entry point.

Verifies the caller's token, then dispatches the JSON-RPC message. Only the Legacy handshake is answered today (empty tool surface); team scoping and permissions are W4/C1, not here.

Args: team_id: The team the caller is acting for (from the path). Scoping and permissions are enforced by W4, not here. request: The incoming HTTP request.

Returns: A 401 challenge when the token is missing or invalid; a JSON-RPC response for a request; or an empty 202 for a notification.

post/teams/{team_id}/mcp

Path parameters

team_idstring required

Response

Successful Response

{"stackTrail":"paths:/teams/{team_id}/mcp:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes