fate66/mcp-server
3.1
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and data exchange between machine learning models and various applications or platforms.
mcp-server-template
本项目为 MCP 服务的 TypeScript 模板工程。
使用说明
- 安装依赖:
npm install - 编译 TypeScript:
npx tsc - 运行(开发模式):
npx ts-node src/index.ts
目录结构
src/:源码目录dist/:编译后输出目录tsconfig.json:TypeScript 配置文件