article
README
🚀 项目构建与启动
本项目通过特定命令完成客户端和服务器的构建,并启动服务。以下是详细步骤:
🚀 快速开始
构建客户端和服务器
运行以下命令来构建客户端和服务器:
npm run build
启动服务
构建完成后,运行以下命令启动服务:
node build/index.js ../weather-server/build/main.js
按照以上步骤操作,即可完成项目的构建与启动。
本项目通过特定命令完成客户端和服务器的构建,并启动服务。以下是详细步骤:
运行以下命令来构建客户端和服务器:
npm run build
构建完成后,运行以下命令启动服务:
node build/index.js ../weather-server/build/main.js
按照以上步骤操作,即可完成项目的构建与启动。
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