mcplug
v1.2.57
Published
CLI tool for MCP server development with @mcplug/server
Downloads
84
Maintainers
Readme
mcplug CLI
A command-line interface tool for MCP server development with @mcplug/server.
Features
- Initialize new MCP server projects
- Publish MCP servers to mcplug.ai
Installation
npm install -g mcplugUsage
Initialize a new project
mcplug init [project-name]If you don't provide a project name, you'll be prompted to enter one.
Publish your MCP server
mcplug publishThis will build your project and publish it to mcplug.ai.
Troubleshooting
If you encounter issues with finding the template directory when using mcplug init, you can run the troubleshooting script:
npx mcplug troubleshootThis script will:
- Check for template directories in common locations
- Attempt to fix path issues automatically
- Provide guidance if manual intervention is needed
Development
This CLI is built with TypeScript. To contribute or modify:
- Clone the repository
- Install dependencies:
npm install - Make your changes
- Build the project:
npm run build - Test locally:
npm start
License
MIT
Built with ❤️ for the MCP community
