mediumOPENAPI_MISSING_OPERATION_ID
53 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://msi.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
126 ms
Digest: sha256:be14e5e5b737d560a23c573d8c3952bd62c2f0d98cb139605ccbf3e4de5184f4
Preview: {"openapi":"3.1.0","info":{"title":"MSI Tree by PH3AR API","version":"0.0.1","description":"Public-safe Windows Installer MSI database viewing, demo table browsing, static analysis, exports, discovery, and MCP tooling. Static analysis only; the service does not install packages, execute custom actions, run embedded binaries, or invoke msiexec.","contact":{"name":"PlatPhormNews","url":"https://platphormnews.com"}},"servers":[{"url":"https://msi.platphormnews.com","description":"Production"}],"tags":[{"name":"Platform","description":"Health, docs, discovery, auth policy, and route compliance"},{"name":"MSI","description":"MSI parsing, demo, tables, search, summary, export, and static analysis"},{"name":"MCP","description":"JSON-RPC 2.0 MSI tooling and read-only introspection"}],"paths":{"/":{"get":{"summary":"MSI Tree Workbench","description":"MSI Tree Workbench. MSI Tree is static-only and never executes MSI content.","tags":["Platform"],"security":[],"parameters":[],"responses":{"200":{"description":"Public-safe response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiOk"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}}}},"/viewer":{"get":{"summary":"Viewer","description":"Viewer. MSI Tree is static-only and never executes MSI content.","tags":["Platform"],"security":[],"parameters":[],"responses":{"200":{"description":"Public-safe response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiOk"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}}}},"/demo":{"get":{"summary":"Demo Database","description":"Demo Database. MSI Tree is static-only and never executes MSI content.","tags":["Platform"],"security":[],"parameters":[],"responses":{"200":{"description":"Public-safe response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiOk"}}}},"400":{"description":"Invalid request","content":{"appl