mediumOPENAPI_MISSING_OPERATION_ID
5 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://altnews.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
78 ms
Digest: sha256:336040e8a8618f97d390274bdc54585dc40944691951bb898ae06f39ff4d5c31
Preview: {"openapi":"3.0.3","info":{"title":"PlatPhorm News Alt API","version":"0.6.0","description":"Public, read-only discovery and Hacker News story endpoints for the LCARS AltNews reader.","termsOfService":"https://altnews.platphormnews.com/terms"},"servers":[{"url":"https://altnews.platphormnews.com","description":"Production"}],"paths":{"/api/health":{"get":{"summary":"Health check","responses":{"200":{"description":"ok"}}}},"/api/v1/health":{"get":{"summary":"Health check v1","responses":{"200":{"description":"ok"}}}},"/api/mcp":{"get":{"summary":"MCP metadata","responses":{"200":{"description":"MCP metadata"}}},"post":{"summary":"JSON-RPC MCP request","responses":{"200":{"description":"JSON-RPC response"}}}},"/api/stories/{type}":{"get":{"summary":"Read live Hacker News stories","parameters":[{"name":"type","in":"path","required":true,"schema":{"enum":["top","best","new","ask","show","jobs"]}}],"responses":{"200":{"description":"Stories"}}}}}}