MCP.so
登录

MCP Tool Template

@zubhav

关于 MCP Tool Template

MCP Server Template using

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

zubhav

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Tool Template?

A template repository for building Model Context Protocol (MCP) tools. It provides a foundation for creating MCP-compatible tools that can be used with AI agents, following the MCP specification for standardized interactions.

How to use MCP Tool Template?

Install dependencies with npm install. Create new tools in the src/tools/ directory, each defining input/output schemas using Zod, implementing the MCP protocol interface, and including comprehensive tests. Run the test suite with npm run test.

Key features of MCP Tool Template

  • Defines input/output schemas using Zod
  • Implements the MCP protocol interface
  • Includes comprehensive test suite
  • Structured tool directory layout with prompt.ts and schema.ts
  • Uses

评论

开发工具 分类下的更多 MCP 服务器