A
securityA
licenseA
qualityA production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.
Last updated -
1
7
12
JavaScript
MIT License
Built with TypeScript for type-safe development, allowing creation of robust MCP tools with proper typing and improved code reliability.
Integrates with Vitest for testing the MCP server functionality, enabling test-driven development of the note management capabilities.
基本的なCRUD操作を備えたモデルコンテキストプロトコル(MCP)サーバーを構築するためのシンプルなTypeScriptテンプレートです。このテンプレートは、JSONレスポンスを返すMCPツールを作成するための基盤を提供します。
このテンプレートには、次の MCP ツールが含まれています。
getNote
: IDでノートを取得するgetAllNotes
: すべてのノートを取得するcreateNote
: 新しいノートを作成するupdateNote
: 既存のメモを更新するdeleteNote
: IDでノートを削除する次のようにテストを実行します。
または視聴モード:
ニーズに合わせてsrc/server.ts
内のツールを変更することで、このテンプレートを独自の MCP サーバーの開始点として使用できます。
You must be authenticated.
JSON 応答による基本的なメモ作成 CRUD 操作を実装するモデル コンテキスト プロトコル サーバーを構築するための TypeScript テンプレート。