docs: map Glama server/tools/connector terms; paste-safe admin config - #47
Merged
Merged
Conversation
Add a "Glama terminology" section to docs/mcp.md mapping Glama's MCP vocabulary to sudo-proxy: server = the sudo-proxy-mcp binary, tools = execute/start_server/update_host, connector = N/A (connectors are remote hosted endpoints; sudo-proxy is local-only). Note the "server" naming collision with sudo-proxy's own host daemon (what start_server spawns). Also fix the admin-page build config in the same section to the paste-safe JSON-array form (call cargo via $HOME/.cargo/bin/cargo instead of sourcing $HOME/.cargo/env), so it has no embedded double quotes that Glama's editor flags as invalid on paste, and note "Build and release" vs plain "Release". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
cuihtlauac
added a commit
that referenced
this pull request
Sep 16, 2026
Record this session's ad-hoc release/hygiene work: root-caused why Glama left quality unscored (it builds from the admin-page config, not a repo Dockerfile, in a Rust-less base), configured the admin build so it enumerates the three tools and now grades A, and captured the outcome of PRs #45/#46/#47. Backlog untouched — this was not a backlog item. 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.
Adds a Glama terminology section to
docs/mcp.mdmapping Glama's MCPvocabulary to sudo-proxy:
sudo-proxy-mcpbinary (tarides/sudo-proxy)execute,start_server,update_hostCalls out two traps: "connector" doesn't apply by design (local-only, human-gated),
and the "server" naming collision — Glama's server is
sudo-proxy-mcp, whereassudo-proxy's own server is the host daemon that the
start_servertool spawns.Also fixes the admin-page build config in the same section to the paste-safe
JSON form (
$HOME/.cargo/bin/cargo …instead of sourcing$HOME/.cargo/env), soit has no embedded double quotes for Glama's editor to flag as invalid, and notes
Build and release vs plain Release.
Docs-only; no code changes.
🤖 Generated with Claude Code