docs: add MCP service guide and update README - #398
Open
RerankerGuo wants to merge 1 commit into
Open
Conversation
Closes agentscope-ai#357 - Add docs/en/mcp_service.md with comprehensive MCP service documentation: - Overview of transports (stdio, SSE, streamable-http) - Quick start commands for each transport - Configuration reference with YAML examples - Complete tool reference tables (file ops, search, memory, indexing) - Agent integration examples (Claude Code, Codex, generic MCP) - Response format explanation for LLM consumers - Troubleshooting section - Update README.md to link to the new MCP service guide Test: documentation-only change, no code changes
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
bytedance seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
RerankerGuo
force-pushed
the
docs/issue-357-mcp-service-guide
branch
from
July 30, 2026 00:54
e9f259f to
9d85a04
Compare
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.
Summary
This PR addresses #357 by adding comprehensive MCP service documentation and updating the README.
Changes
New File:
docs/en/mcp_service.mdA complete MCP service guide covering:
Modified:
README.mdRationale
The MCP service is a core integration path for ReMe (as highlighted in the README and existing plugin infrastructure). A dedicated, comprehensive guide helps:
Testing
reme/config/default.yamlChecklist