mediumOPENAPI_MISSING_OPERATION_ID
3 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://nova-hackers.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
46 ms
Digest: sha256:6dbb00fc04668d0664b60439dd8a3c9561ebf7c69f1df9734e3b70828bc8d4de
Preview: {"openapi":"3.0.3","info":{"title":"-pizza API","version":"1.0.0","description":"Discovery and health endpoints for -pizza","termsOfService":"https://-pizza.platphormnews.com/terms"},"servers":[{"url":"https://-pizza.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/v1/mcp":{"get":{"summary":"MCP configuration","responses":{"200":{"description":"mcp config"}}}}}}highMCP_METADATA_INVALID
JSON response lacks usable MCP metadata
Expose protocol version, endpoint, server identity, or capabilities.
GET https://nova-hackers.platphormnews.com/api/mcp
HTTP 200
Content-Type: application/json
74 ms
Digest: sha256:5a5cb2890c6c3900aea96cd2fb10aa99a6ff621a7e3daf0bfb0032ad6c2ad8f2
Preview: {"ok":true,"data":{"server":{"name":"platphorm-pizza","version":"1.0.0"},"endpoint":"https://nova-hackers.platphormnews.com/api/mcp","protocol":"JSON-RPC 2.0","protocolVersion":"2024-11-05","status":"introspection_only","capabilities":{"tools":[],"resources":[],"prompts":[]},"limitations":["No product MCP handlers are registered in this deployment."],"methods":["initialize","ping","tools/list","tools/call","resources/list","resources/read","prompts/list","prompts/get"]}}mediumMCP_CANONICAL_HOST_MISMATCH
MCP manifest points at a different hostname
Expected nova-hackers.platphormnews.com; observed pizza.platphormnews.com.
GET https://nova-hackers.platphormnews.com/.well-known/mcp.json
HTTP 200
Content-Type: application/json; charset=utf-8
96 ms
Digest: sha256:46674bef7299f654de36ec63338598c922b016548227183e8f577fc5efdb7b92
Preview: {
"description": "MCP manifest for Pizza",
"updatedAt": "2026-07-19T01:53:51Z",
"name": "Pizza",
"transport": "https",
"discoveryUrl": "https://pizza.platphormnews.com/.well-known/mcp.json",
"apiUrl": "https://pizza.platphormnews.com/api/mcp",
"protocol": "json-rpc-2.0",
"version": "1.0.0"
}