@mcpkit-dev/cli
v2.4.0
Published
CLI tool for creating and managing mcpkit MCP servers
Maintainers
Readme
@mcpkit-dev/cli
CLI tool for creating and managing MCPKit MCP servers.
Installation
npm install -g @mcpkit-dev/cliQuick Start
# Create a new project
npx @mcpkit-dev/cli init my-server
# Navigate and start development
cd my-server
npm run devCommands
mcpkit init [name]
Create a new MCP server project with interactive prompts.
mcpkit init my-serverOptions:
-t, --template <template>- Template to use (basic, advanced)--no-git- Skip git initialization--no-install- Skip installing dependencies
mcpkit dev
Start the server in development mode with watch and auto-reload.
mcpkit devmcpkit build
Build the server for production.
mcpkit buildDocumentation
Related Packages
- @mcpkit-dev/core - Core framework
- @mcpkit-dev/testing - Testing utilities
License
MIT
