caolicaoli
caolicaoli
1. Please describe the issue you observed: - using transaction message. - checkLocalTransaction use my threadpool - now it only use the pool it created itslef with 1 max poolsize...
1,mcp-tools.json目前只能放在public里面,不利于生产划分领域,想可以和服务来源配合,按照namespace划分领域。 2,目前func CreateNacosMcpRegsitry(config *NacosConfig) (*NacosMcpRegsitry, error) { sc := []constant.ServerConfig{ *constant.NewServerConfig(*config.ServerAddr, 8848, constant.WithContextPath("/nacos")), } 代码里把端口和path写死了,希望能在配置里修改。
3.0.1中编辑 MCP Server页面,无法增删改tool。 完全没有tool的修改按钮
### Please confirm before submission 在提交之前,请确认 - [x] I have searched for existing issues [search for existing issues](https://github.com/junjiem/dify-plugin-mcp_compat_dify_tools/issues), including closed ones. 我已经搜索了现有问题[搜索现有问题](https://github.com/junjiem/dify-plugin-mcp_compat_dify_tools/issues),包括已关闭的问题。" ### Dify version Dify版本 1.6.0 ### Plugin version...
3.0.3的console的importToolsFromMcp这个接口调用没有加入contextpath 默认contextpath是/nacos还是什么,但是他直接用的/v3/console/ai/mcp/importToolsFromMcp没有加contextpath