mediumOPENAPI_MISSING_OPERATION_ID
11 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://hope.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
132 ms
Digest: sha256:24df3f3c11bf1fc2d2c40bfb0d28318539a946b08a2bf0838ef662378263660a
Preview: {"openapi":"3.1.0","info":{"title":"PlatPhorm HOPE 26 API","description":"HOPE 26 public talk surface for PlatPhormNews, exposing the conference presentation, machine-readable talk metadata, public receipts, and standard discovery routes.","version":"0.6.3","contact":{"name":"PlatPhormNews","url":"https://platphormnews.com","email":"api@platphormnews.com"},"license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"}},"servers":[{"url":"https://hope.platphormnews.com","description":"Production"}],"paths":{"/api/health":{"get":{"summary":"Read service health","responses":{"200":{"description":"Standard health envelope"}}}},"/api/v1/health":{"get":{"summary":"Read v1 service health","responses":{"200":{"description":"Standard health envelope"}}}},"/api/live/status":{"get":{"summary":"Read the public HOPE production receipt","description":"Public-safe status for the HOPE surface, deployment metadata, media availability, network graph, analytics configuration, tracing policy, and visible receipt log.","responses":{"200":{"description":"Public HOPE production receipt"}}}},"/api/talk/hope":{"get":{"summary":"Read the conference talk metadata and trace boundary","responses":{"200":{"description":"Registered HOPE talk metadata"}}}},"/api/slides":{"get":{"summary":"Read the HOPE conference talk section registry","responses":{"200":{"description":"Registered talk sections"}}}},"/api/mcp":{"get":{"summary":"Read MCP metadata and usage","responses":{"200":{"description":"MCP metadata"}}},"post":{"summary":"Call the read-only JSON-RPC 2.0 MCP server","description":"Current MCP tools are read-only and do not create traces. A future protected slide-update tool is the only operation allowed to create edit trace evidence.","responses":{"200":{"description":"JSON-RPC response"}}}},"/api/network/register":{"get":{"summary":"Read network registration metadata","responses":{"200":{"description":"Registration metadata"}}},"post":{"summary":"Register the HOPE 26 talk surface with the canonical network graph","security":[{"PlatPh