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
Used for linting and formatting code in the MCP server
Used for fast testing and development of the MCP server
The MCP server can be published to npm and installed from npm
TypeScript를 사용하여 MCP(Model Context Protocol) 서버를 구축하기 위한 프로덕션에 바로 적용 가능한 스타터 템플릿입니다.
이 프로젝트에는 새로운 MCP 도구를 만드는 데 도움이 되는 스크립트가 포함되어 있습니다.
이렇게 하면:
src/tools/<tool-name>
아래에 새 도구 디렉토리를 만듭니다.예:
bun test
bun run format
bun run lint
bun run build
Claude Desktop에 개발 MCP 서버를 추가하려면:
이 프로젝트에서는 자동화된 버전 관리를 위해 standard-version을 사용합니다. bun run release
실행하여 새 버전을 생성하세요.
feat
: 새로운 기능(부 버전 추가)fix
: 버그 수정(범프 패치 버전)BREAKING CHANGE
: 주요 변경 사항(주요 버전 변경)새로운 버전을 게시하기 전에 bun run release
사용하여 버전 번호를 업데이트하는 것을 잊지 마세요.
Claude Desktop 구성에 다음을 추가합니다.
You must be authenticated.
TypeScript로 모델 컨텍스트 프로토콜 서버를 구축하기 위한 프로덕션에 바로 적용 가능한 템플릿으로, Bun, Biome 린팅, 자동화된 버전 관리를 통해 빠른 개발을 제공합니다.