GraphQL Changelog – June 5
June 9th, 2026 by ReadMe API
The mcpServerUsages query now reports usage across every resource that references an MCP server, so integrations can warn about all dependent behaviors before deleting a connection.
Changed:
- The query
mcpServerUsagesis now keyed solely onmcpServerIdand returns usage across all resources that reference the server, not only the pipe passed inresource. Theresourceargument is still required for authorization but no longer scopes the result.
Notes:
- Use
mcpServerUsagesbefore deleting an MCP server (deleteMcpServer) to surface the behaviors (and their agents) that will lose the server's tools. Deletion is not blocked by usage — the query is informational so you can warn the user first.
