Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
@johnlanni @Thomas-Eliot 我和作者有类似的问题,在 2.1.5 版 Higress 中,【路由配置 + MCP 服务器策略】功能与【MCP 管理】是否相同?此外,【MCP 管理】中配置的 MCP Server,MCP Client 如何访问?我使用 http://IP:8080/mcp-servers/api/sse 访问时,直接返回 404 错误(如下图),请问啥原因?是否需要添加路由配置?另外,如果【MCP 管理】添加的 MCP Server 想添加限流等治理功能,该如何添加? |
Beta Was this translation helpful? Give feedback.
-
|
open api 类型的 mcp server 的实现原理确实是 route+ mcpserver 策略,我看看如何提供一个自动迁移的能力。 The implementation principle of the mcp server of the open API type is indeed the route+ mcpserver strategy, I'll see how to provide an automatic migration capability. |
Beta Was this translation helpful? Give feedback.
-
|
大致看了下源码 其实创建MCP服务也是调用了创建route、创建创建、创建认证信息这些service方法,然后写到不同的yaml文件中,读取的时候分别读不通的文件。目前感觉还是原来的更实用,可以添加限流、重写等功能。 I roughly looked at the source code. In fact, creating an MCP service also calls the service methods such as creating route, creating creation, and creating authentication information, and then write it to different yaml files, and files that cannot be read through when reading. At present, it feels that the original one is still more practical, and you can add stream limiting, rewriting and other functions. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我注意到咱们higress社区版上了个新版本,里面加了MCP管理,可以对每一个MCP Server进行管理和调试。

我想咨询下有什么方式能把之前已有的路由配置里的MCP服务器插件配好了之后,自动同步到AI网关管理的MCP管理呢
I noticed that our higress community version has a new version, which adds MCP management, which can manage and debug each MCP Server.

I would like to ask if there is any way to automatically synchronize the MCP management of AI gateway management after the MCP server plug-in in the existing routing configuration.
Beta Was this translation helpful? Give feedback.
All reactions