{"openapi":"3.0.3","info":{"title":"Mock SaaS GitHub MCP Server","version":"1.0.0","description":"MCP (Model Context Protocol) server. Single endpoint POST /jsonrpc. The drift surface is the tools/list response body."},"components":{"schemas":{}},"paths":{"/openapi.json":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/jsonrpc":{"post":{"operationId":"mcpJsonrpc","summary":"JSON-RPC entrypoint for MCP methods","tags":["mcp"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["jsonrpc","method"],"properties":{"jsonrpc":{"type":"string","enum":["2.0"]},"method":{"type":"string"},"params":{},"id":{}}}}}},"responses":{"200":{"description":"Default Response"}}}}},"servers":[{"url":"/mocks/saas-github-mcp"}]}