Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@modelcontextprotocol/create-server

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modelcontextprotocol/create-server - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

build/index.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc