article
README
🚀 快速开始
本项目主要提供了运行相关命令的指引,帮助你完成项目的依赖整理和构建。
📦 安装指南
依赖整理
运行以下命令来整理项目依赖:
go mod tidy
项目构建
运行以下命令来构建项目,生成可执行文件:
go build -o mssql-mcp-server.exe
本项目主要提供了运行相关命令的指引,帮助你完成项目的依赖整理和构建。
运行以下命令来整理项目依赖:
go mod tidy
运行以下命令来构建项目,生成可执行文件:
go build -o mssql-mcp-server.exe
Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed