feat: add upgrade command, sync notebook tool surface, lazy-start ws server#1
Open
emrberk wants to merge 11 commits into
Open
feat: add upgrade command, sync notebook tool surface, lazy-start ws server#1emrberk wants to merge 11 commits into
emrberk wants to merge 11 commits into
Conversation
`npx @questdb/mcp-bridge upgrade` re-pins existing coding-agent configs to the running bridge version; the version-mismatch pairing flow now steers the agent to run it. Sync shared-definitions.json from questdb/ui (adds set_cell_name, renames set_cell_chart_maximized -> set_cell_view_maximized, string-interval auto-refresh, cell-level name) and bump to 0.2.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
Author
Code Review — bridge v0.2.0 (joint release with QuestDB Web Console)Target: unstaged changes on Quality gates: Cross-repo consistency (bridge v0.2.0 ↔ Web Console)Verified the seams that would break a joint release. All consistent.
No regressions to the session/timer/disconnect machinery — this change set does Open issues
False-positives (verified non-issues)
Summary
|
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.
npx @questdb/mcp-bridge upgradeto re-pin existing coding-agent configs to the running bridge version, and points the version-mismatch pairing flow at it (withassistantNextActionsto surface the command).questdb/ui#586openpackage, while still returning the manual deep link / WebSocket URL / token fallback.get_pairing_credentialscall.apply_notebook_stateis framed for bulk multi-cell edits or notebook creation, withupdate_cell/set_cell_*called out for small operations.Tandem PR: questdb/ui#586