{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mcp_endpointPost_Response_200", "title": "mcp_endpointPost_Response_200", "type": "object", "properties": { "jsonrpc": { "type": "string" }, "id": { "type": "integer" }, "result": { "$ref": "#/components/schemas/ApiV1ToolPacksToolPackIdRegisteredUsersRegisteredUserIdMcpPostResponsesContentApplicationJsonSchemaResult" } } }