Nacos MCP Registry 和REST API MCP Server 的区别 #2077
Replies: 5 comments
-
|
Nacos 可以集中管理 MCP tool 的元信息,动态地下发到 Higress,适合集中管理数量较多的 MCP Server。更多的优势看下图: |
Beta Was this translation helpful? Give feedback.
-
|
@cr7258 请教下 nacos registry mcp 的原理, 没理解 https://mp.weixin.qq.com/s/bgDd82lj0jBUWifLMNByjw 中例子 配置 高德 mcp tool的文件 amap-mcp-tools.json 是怎么起作用的, 难道higress会读取所有配置文件去适配对应的mcp-tool 信息? 配置nacos 还需要将每个接口按类似amap-mcp-tools.json配置一下才能用? 这也不是零代码呀; 如果说这叫零代码,那么rest mcp也是零代码; 另外, 类似 amap-mcp-tools.json 这个文件有没有工具能批量生成; |
Beta Was this translation helpful? Give feedback.
-
|
首先是根据 serviceMatcher 来关联 nacos 上的服务。 然后根据服务的名称拼接 |
Beta Was this translation helpful? Give feedback.
-
|
现在有工具能根据 openapi 生成在 higress MCP插件的配置:https://github.com/higress-group/openapi-to-mcpserver |
Beta Was this translation helpful? Give feedback.
-
|
零代码指的是不需要使用 mcp 的 sdk 编写 MCP Server(mcp server 开发示例),不管是 nacos mcp 还是 rest mcp 都只需要通过配置文件就可以实现 rest to mcp 的转换。 |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
通过 Nacos MCP Registry 和REST API MCP Server 都可以托管 MCP,这两者的功能和使用场景有什么区别
Beta Was this translation helpful? Give feedback.
All reactions