Skip to content

Support official mcp registry protocol#13808

Merged
KomachiSion merged 5 commits intoalibaba:developfrom
luoxiner:support-official-mcp-registry-protocol
Sep 16, 2025
Merged

Support official mcp registry protocol#13808
KomachiSion merged 5 commits intoalibaba:developfrom
luoxiner:support-official-mcp-registry-protocol

Conversation

@luoxiner
Copy link
Contributor

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

  • Support official mcp registry api
  • Support import mcp server from official mcp registry

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.

@github-actions
Copy link

Thanks for your this PR. 🙏
Please check again for your PR changes whether contains any usage/api/configuration change such as Add new API , Add new configuration, Change default value of configuration.
If so, please add or update documents(markdown type) in docs/next/ for repository nacos-group/nacos-group.github.io


感谢您提交的PR。 🙏
请再次查看您的PR内容,确认是否包含任何使用方式/API/配置参数的变更,如:新增API新增配置参数修改默认配置等操作。
如果是,请确保在提交之前,在仓库nacos-group/nacos-group.github.io中的docs/next/目录下添加或更新文档(markdown格式)。

@luoxiner luoxiner force-pushed the support-official-mcp-registry-protocol branch 4 times, most recently from a15f280 to ad57504 Compare September 15, 2025 07:41
@luoxiner luoxiner force-pushed the support-official-mcp-registry-protocol branch 2 times, most recently from 86888ff to c2168be Compare September 15, 2025 08:16
@luoxiner luoxiner force-pushed the support-official-mcp-registry-protocol branch from 41a9f88 to 36556d0 Compare September 15, 2025 09:48
@luoxiner luoxiner force-pushed the support-official-mcp-registry-protocol branch from f104bcb to 8ba3810 Compare September 15, 2025 09:57
KomachiSion
KomachiSion previously approved these changes Sep 15, 2025
@KomachiSion KomachiSion added this to the 3.1.0 milestone Sep 15, 2025
@wuyfee
Copy link

wuyfee commented Sep 15, 2025

$\color{red}{FAILURE}$
DETAILS
✅ - docker: success
❌ - deploy (standalone & cluster & standalone_auth): failure
❌ - e2e-java-test (standalone & cluster & standalone_auth): skipped
❌ - e2e-go-test (standalone & cluster): skipped
❌ - e2e-cpp-test (standalone & cluster): skipped
❌ - e2e-csharp-test (standalone & cluster): skipped
❌ - e2e-nodejs-test (standalone & cluster): skipped
❌ - e2e-python-test (standalone & cluster): skipped
✅ - clean (standalone & cluster & standalone_auth): success

@KomachiSion KomachiSion merged commit 136e8d4 into alibaba:develop Sep 16, 2025
3 checks passed
@wuyfee
Copy link

wuyfee commented Sep 16, 2025

$\color{red}{FAILURE}$
DETAILS
✅ - docker: success
❌ - deploy (standalone & cluster & standalone_auth): failure
❌ - e2e-java-test (standalone & cluster & standalone_auth): skipped
❌ - e2e-go-test (standalone & cluster): skipped
❌ - e2e-cpp-test (standalone & cluster): skipped
❌ - e2e-csharp-test (standalone & cluster): skipped
❌ - e2e-nodejs-test (standalone & cluster): skipped
❌ - e2e-python-test (standalone & cluster): skipped
✅ - clean (standalone & cluster & standalone_auth): success

@yuzhiping
Copy link
Contributor

@luoxiner @KomachiSion 这里有个问题想请教下,在这个MR 中,将/v0/servers/{id}/tools 接口给去掉了,这对于走协议转换的tool,不就无法拿到tool 信息了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants