mcp-cli-server-tools
v2.0.2
Published
CLI tool for generating project from template.
Maintainers
Readme
mcp-cli-server-tools
简体中文 | English
A CLI tool for generating server tools from templates.
Usage
Create new project
npx mcp-cli-server-tools create [directory]Example:
npx mcp-cli-server-tools create my-toolsUpload package
npx mcp-cli-server-tools uploadTemplate Structure
The generated project includes a basic server tools setup with the following structure:
[directory]
├── package.json # Project configuration and dependencies
├── tsconfig.json # TypeScript configuration
├── readme.md # Project documentation
└── src/ # Source code directoryKey Features
- TypeScript support out of the box
- Modern ES Modules setup (
"type": "module") - Built-in development scripts:
npm start: Start development mode with watchnpm run build: Build the project
Dependencies
The template comes with the following key dependencies:
Peer Dependencies
@modelcontextprotocol/sdk: ^1.10.1zod: ^3.24.3
Dev Dependencies
typescript: ^5.8.3tsx: ^4.19.3@types/node: ^22.14.1
Development
To contribute to this project:
- Clone the repository
- Install dependencies with
npm install - Make your changes
- Test your changes
- Submit a pull request
License
MIT
