mediumOPENAPI_MISSING_OPERATION_ID
3 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://fashion.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
95 ms
Digest: sha256:e616482bcc6bce1e2651ceb381bfa61e22738c85a0e9f44846313c15c402c39b
Preview: {"openapi":"3.0.3","info":{"title":"-fashion API","version":"1.0.0","description":"Discovery and health endpoints for -fashion","termsOfService":"https://-fashion.platphormnews.com/terms"},"servers":[{"url":"https://-fashion.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://fashion.platphormnews.com/api/mcp
HTTP 200
Content-Type: application/json
75 ms
Digest: sha256:37786bd069330875f69bcc007ad9f6cb8ada9f67eab3a4b1af35925b3362942a
Preview: {"ok":true,"data":{"server":{"name":"platphorm-fashion","version":"1.0.0"},"endpoint":"https://fashion.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 fashion.platphormnews.com; observed platphorm-fashion.platphormnews.com.
GET https://fashion.platphormnews.com/.well-known/mcp.json
HTTP 200
Content-Type: application/json; charset=utf-8
83 ms
Digest: sha256:a2cb5cb2418e132ba12d2c82c1e65b81665246963f3a7350e01b444ab9975f37
Preview: {
"description": "MCP manifest for Fashion",
"updatedAt": "2026-07-19T01:53:51Z",
"name": "Fashion",
"transport": "https",
"discoveryUrl": "https://platphorm-fashion.platphormnews.com/.well-known/mcp.json",
"apiUrl": "https://platphorm-fashion.platphormnews.com/api/mcp",
"protocol": "json-rpc-2.0",
"version": "1.0.0"
}