Conversation
Detect readonly API keys during initialization and hide write tools. When a readonly key is detected, only tools marked as readonly are registered. Redis commands use read_only_rest_token in readonly mode. QStash tools are hidden since readonly tokens don't expose QStash credentials yet.
Add --box-api-key CLI flag and UPSTASH_BOX_API_KEY env var so users don't have to pass the Box key on every tool call. When configured at startup, box_api_key becomes optional in each Box tool's input schema (with an override-only description); otherwise it stays required with a description telling the agent to check .env or ask the user.
Add a "Box support (optional)" section to the README with both CLI-flag and env-var install examples in mcpServers JSON format, and declare boxApiKey as a non-required property in smithery.yaml so Smithery's install UI renders it as optional.
Inline minimal shapes at each tool's usage site and delete types.ts. The central interfaces had drifted from the upstream Box SDK (missing attachHeaders, mismatched git fields) while declaring 20+ fields that nothing ever read.
Restructure the README around per-client install instructions (Claude Code, Cursor, Windsurf, OpenCode, Codex, VS Code, Antigravity, Claude Desktop, Gemini CLI), document the optional Upstash Box API key wiring, and expand the debugging/telemetry sections. Fix the Cursor one-click install deeplink — the previous payload used a single `command` string, but Cursor expects `command` + `args` split. Also drop the Smithery badge, drop the redundant `--transport stdio` flag from the Claude Code install command, and add `--scope user` so the install lands in the user-level config by default.
Route prerelease tags (e.g. v0.2.3-rc.1) to the canary publish step via github.event.release.prerelease, since inputs.* is unset for release events. Also strip the leading v from VERSION so package.json gets a valid semver, and drop ./ from the bin path to silence npm's warning.
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.
No description provided.