docs(mcp): refresh Celo MCP Server page for remote HTTP transport and current tool set - #2288
Open
GigaHierz wants to merge 1 commit into
Open
docs(mcp): refresh Celo MCP Server page for remote HTTP transport and current tool set#2288GigaHierz wants to merge 1 commit into
GigaHierz wants to merge 1 commit into
Conversation
… current tool set Reconcile the Celo MCP Server page with the upstream celo-org/celo-mcp repository, which has drifted from the docs: - Document the remote Streamable HTTP transport (added upstream), including the HTTP run commands, URL-based client config, and env-var configuration table (MCP_TRANSPORT, HOST/PORT, MCP_ALLOWED_HOSTS, auth token, etc.). - Replace the Available Tools list with the server's actual 15 tools: drop tools no longer registered (get_account, get_token_info, both NFT tools, both contract tools, estimate_transaction) and add the missing balances/staking/validator tools (get_stable_token_balance, get_staking_balances, get_activatable_stakes, get_total_staking_info, get_validator_groups, get_validator_group_details). - Correct Key Features and the intro to match read-only capabilities (remove NFT/smart-contract/simulation claims that no longer apply). - Update the run command to the current entry point (celo-mcp-server) and the Code Quality section to ruff (replacing isort/flake8). - Refresh the summary bullet on the MCP index page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 tasks
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.
What & why
The Celo MCP Server page had drifted from the upstream
celo-org/celo-mcprepo. Two upstream changes in particular were not reflected in the docs:This is a separate change from #2287 (which adds the third-party Celina pages and only cross-links this page).
Changes
MCP_TRANSPORT,HOST/PORT,MCP_ALLOWED_HOSTS,MCP_CORS_ORIGINS, rate limiting,MCP_AUTH_TOKEN) plus the/healthnote.get_account,get_token_info,get_nft_info,get_nft_balance,call_contract_function,estimate_contract_gas,estimate_transaction.get_stable_token_balance,get_staking_balances,get_activatable_stakes,get_total_staking_info,get_validator_groups,get_validator_group_details.celo-mcp-server; Code Quality section updated toruff(wasisort/flake8).Verification
celo-org/celo-mcpmain(src/celo_mcp/server.py,pyproject.toml,README.md).mint broken-linkspasses on this branch head.🤖 Generated with Claude Code