chore: Glama badge + fix read-only tools' destructive hint - #16
Merged
Conversation
- Add the Glama score badge to both READMEs (live quality signal that links back to the Glama listing). - Set WithDestructiveHintAnnotation(false) on all four MCP tools. They are all read-only, but the mcp-go default left destructiveHint=true, which is contradictory. Introspection now reports readOnly=true, destructive=false. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Merged
rostradamus
added a commit
that referenced
this pull request
Jul 8, 2026
Ships everything since v0.1.5: - action installs prebuilt binary instead of go install (#17) - read-only tools report destructive=false (#16) - release version-sync automation (#18) Bumps via scripts/release.sh: server.json version + OCI identifier and the pinned-docker example. MCP serverInfo version comes from ldflags. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Small post-launch polish, bundled.
Glama badge
Adds the Glama score badge to both READMEs (EN + KO). It's a live quality signal that links back to the Glama listing, which now builds + introspects successfully.
Read-only tools' destructive hint
All four MCP tools are read-only, but the mcp-go default left
destructiveHint=truein the annotations — contradictory withreadOnlyHint=true. SetWithDestructiveHintAnnotation(false)on each. Verified via stdio introspection:No behavior change; annotations only. Build/vet/test green locally.
🤖 Generated with Claude Code