Skip to content

MCPServer插件:希望可以修改nacos地址的端口和path,希望可以修改配置文件mcp-tools.json的namespace #2012

Open
@caolicaoli

Description

@caolicaoli

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写死了,希望能在配置里修改。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions