docs: add stalled-queries diagnostic to inspect and MCP docs - #5625
Merged
Conversation
- Add `neon inspect db stalled-queries` section to the CLI inspect page - Update inspect_database check count 14 -> 15 in MCP server and MCP tools docs - Refresh neonctl schema.json 3.5.1 -> 4.1.0 (adds stalled-queries) - Fix neon-auth `email-provider test` example to match 4.1.0 (only --recipient-email) Co-authored-by: Isaac <no-reply@databricks.com>
danieltprice
requested review from
andrelandgraf,
philip and
ruf-io
as code owners
August 24, 2026 20:34
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…queries # Conflicts: # content/docs/ai/neon-mcp-server.md # scripts/docs-checks/neonctl/schema.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new
stalled-queriesdiagnostic added to theinspect_databaseMCP tool (mcp-server-neon#326) and theneon inspect dbCLI command (neon-pkgs#451).Changes
content/docs/cli/inspect.md— addneon inspect db stalled-queriessection (active queries over 30s, with waits, blockers, parallel workers, query IDs, and text)content/docs/ai/neon-mcp-server.mdandcontent/docs/shared-content/mcp-tools.md— update theinspect_databasecheck count 14 -> 15 and mention stalled queriesscripts/docs-checks/neonctl/schema.json— refresh 3.5.1 -> 4.1.0 (the CLI release that shipsstalled-queries); required for CLI-example validation to passcontent/docs/cli/neon-auth.md— fix theemail-provider testexample to match 4.1.0, where the SMTP options moved toemail-provider updateandtesttakes only--recipient-emailThis pull request and its description were written by Isaac.