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