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