Initialize a serverless MCP project on AWS with your preferred framework
$ npm install -g serverless-mcp-cli
$ serverless-mcp-cli init
running command...
$ serverless-mcp-cli (--version)
serverless-mcp-cli/0.0.0 darwin-arm64 node-v22.13.1
$ serverless-mcp-cli --help [COMMAND]
USAGE
$ serverless-mcp-cli COMMAND
...Initialize a serverless MCP project on AWS with your preferred framework
USAGE
$ serverless-mcp-cli init -d <directory> -s
ARGUMENTS
FLAGS
-d=<value> (optional) Directory in which create the project. If not specified, the name of the github repo will be used.
-s (optional) Silent mode. Suppress welcome message.
DESCRIPTION
Initialize a serverless MCP project on AWS with your preferred framework-
EXAMPLES
$ serverless-mcp-cli init -d ./serverless-mcp-serverSee code: src/commands/init/index.ts
Display help for serverless-mcp-cli.
USAGE
$ serverless-mcp-cli help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for serverless-mcp-cli.See code: @oclif/plugin-help