GitHubスター
162
ユーザー評価
未評価
お気に入り
0
閲覧数
25
フォーク
61
イシュー
4
README
create-typescript-server 
A command line tool for quickly scaffolding new MCP (Model Context Protocol) servers.
Getting Started
# Create a new server in the directory `my-server`
npx @modelcontextprotocol/create-server my-server
# With options
npx @modelcontextprotocol/create-server my-server --name "My MCP Server" --description "A custom MCP server"
After creating your server:
cd my-server # Navigate to server directory
npm install # Install dependencies
npm run build # Build once
# or...
npm run watch # Start TypeScript compiler in watch mode
# optional
npm link # Make your server binary globally available
License
This project is licensed under the MIT License—see the LICENSE file for details.
作者情報
An open protocol that enables seamless integration between LLM applications and external data sources and tools.
34,899
フォロワー
23
リポジトリ
0
Gist
0
貢献数