article
README
🚀 项目快速启动指南
本项目借助 bun init 创建,采用的 Bun 版本为 v1.2.10。Bun 是一款快速的一站式 JavaScript 运行时环境。下面为你介绍项目的安装与运行步骤。
🚀 快速开始
📦 安装指南
要安装项目所需的依赖项,请在终端中运行以下命令:
bun install
💻 使用示例
安装完成后,你可以通过以下命令来运行项目:
bun run index.ts
本项目借助 bun init 创建,采用的 Bun 版本为 v1.2.10。Bun 是一款快速的一站式 JavaScript 运行时环境。下面为你介绍项目的安装与运行步骤。
要安装项目所需的依赖项,请在终端中运行以下命令:
bun install
安装完成后,你可以通过以下命令来运行项目:
bun run index.ts
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