feat(apigw-manager): 补充 MCP Server 同步相关文档、脚本和配置样例#259
Open
Han-Ya-Jun wants to merge 1 commit intomasterfrom
Open
feat(apigw-manager): 补充 MCP Server 同步相关文档、脚本和配置样例#259Han-Ya-Jun wants to merge 1 commit intomasterfrom
Han-Ya-Jun wants to merge 1 commit intomasterfrom
Conversation
- bin/sync-apigateway.sh 支持通过 SYNC_APIGW_STAGE_MCP_SERVERS_ARGS 传递额外参数 - docs/sync-apigateway-with-docker.md 补充 MCP Server 同步命令说明及环境变量 - examples 中 definition.yaml 添加 mcp_servers 配置样例(含 title、protocol_type 参数) - examples 中 sync-apigateway.sh 脚本添加 MCP Server 同步步骤 - 统一环境变量名为 ENABLE_SYNC_MCP_SERVERS - CHANGE.md 补充 MCP Server 同步相关变更日志
wklken
approved these changes
Mar 4, 2026
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.
变更说明
补充 apigw-manager 中 MCP Server 同步功能的文档、脚本和配置样例。
改动内容
bin/sync-apigateway.sh支持通过SYNC_APIGW_STAGE_MCP_SERVERS_ARGS传递额外参数docs/sync-apigateway-with-docker.md补充 MCP Server 同步命令说明及环境变量definition.yaml添加mcp_servers配置样例(含title、protocol_type参数)sync-apigateway.sh脚本添加 MCP Server 同步步骤ENABLE_SYNC_MCP_SERVERSCHANGE.md补充 MCP Server 同步相关变更日志