@modelcontextprotocol/create-server
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -138,3 +138,3 @@ #!/usr/bin/env node | ||
.description("Create a new MCP server") | ||
.argument("[directory]", "Directory to create the server in", process.cwd()) | ||
.argument("<directory>", "Directory to create the server in") | ||
.option("-n, --name <name>", "Name of the server") | ||
@@ -141,0 +141,0 @@ .option("-d, --description <description>", "Description of the server") |
{ | ||
"name": "@modelcontextprotocol/create-server", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "CLI tool to create new MCP servers", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,6 +8,3 @@ # create-typescript-server | ||
```bash | ||
# Create a new server in the current directory | ||
npx @modelcontextprotocol/create-server | ||
# Or specify a directory | ||
# Create a new server in the directory `my-server` | ||
npx @modelcontextprotocol/create-server my-server | ||
@@ -14,0 +11,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10511
32