{"openapi":"3.1.0","info":{"title":"Game Core API","version":"0.1.0"},"servers":[{"url":"https://gamecore.platphormnews.com"}],"paths":{"/api/health":{"get":{"summary":"Public health","responses":{"200":{"description":"OK"}}}},"/api/v1/health":{"get":{"summary":"Versioned public health","responses":{"200":{"description":"OK"}}}},"/api/mcp":{"get":{"summary":"MCP metadata","responses":{"200":{"description":"OK"}}},"post":{"summary":"MCP JSON-RPC 2.0","responses":{"200":{"description":"JSON-RPC response"}}}},"/api/quake-discovery":{"get":{"summary":"Quake discovery crawl","responses":{"200":{"description":"OK"}}}}},"components":{"securitySchemes":{"PlatPhormBearer":{"type":"http","scheme":"bearer","description":"PLATPHORM_API_KEY"},"PlatPhormApiKey":{"type":"apiKey","in":"header","name":"X-PlatPhorm-API-Key","description":"PLATPHORM_API_KEY"}}}}