mediumOPENAPI_MISSING_OPERATION_ID
4 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://npaas.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
81 ms
Digest: sha256:071c152a4730f923eb3732435d9841581df2b90e9f59823a30faf380f640d4fa
Preview: {"openapi":"3.1.0","info":{"title":"NPaaS API","version":"0.4.0","description":"Public Nuclear Power as a Service information, service catalog, health, and read-only MCP tools. This API does not assert live facility operation or regulatory status."},"servers":[{"url":"https://npaas.platphormnews.com","description":"Canonical production"}],"security":[],"components":{"securitySchemes":{"platphormApiKeyBearer":{"type":"http","scheme":"bearer","description":"Protected actions use Authorization: [REDACTED] $PLATPHORM_API_KEY."},"platphormApiKeyHeader":{"type":"apiKey","in":"header","name":"X-PlatPhorm-API-Key","description":"Protected actions use X-PlatPhorm-API-Key: [REDACTED],"paths":{"/api/health":{"get":{"summary":"Public health","responses":{"200":{"description":"Measured application health"}}}},"/api/v1/health":{"get":{"summary":"Versioned public health","responses":{"200":{"description":"Measured application health"}}}},"/api/mcp":{"get":{"summary":"MCP metadata","responses":{"200":{"description":"Native read-only MCP metadata"}}},"post":{"summary":"MCP JSON-RPC 2.0","responses":{"200":{"description":"JSON-RPC result or error"}}}}}}