-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current Problem / 当前问题
当部分mcp需要自定义配置环境变量以及分组使用时,需要自己进行配置到client端;
当不知道自己需要什么mcp时,只能描述功能需求,只能去市场查找
添加OPENAPI服务时接口参数出现[Circular Reference]
Proposed Solution / 建议方案
在服务器管理页面与分组页面增加一键安装功能,可以适配部分client终端,例如cursor 支持深度链接本地唤醒cursor;
在服务器管理页面增加语义搜索功能,这样可以有选择性的添加mcp服务,而不是直接全部添加;
接口参数出现[Circular Reference],目前时调整了openapi.ts中getTools()方法返回值使用createSafeJSON(this.tools),并且在callTool方法中增加了expandParameter方法进行请求参数处理
非常抱歉目前我的分支改动比较多而且有点混乱,暂时无法提供PR请求
Copilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request


