Quickstart Mcp Server Prompt
Description
``` # Create a new directory for our project md weather cd weather # Initialize a new npm project npm init -y # Install dependencies npm install @modelcontextprotocol/sdk zod npm install -D @types/node typescript # Create our files md src vi src\index.ts npx…
About
``` # Create a new directory for our project md weather cd weather # Initialize a new npm project npm init -y # Install dependencies npm install @modelcontextprotocol/sdk zod npm install -D @types/node typescript # Create our files md src vi src\index.ts npx @modelcontextprotocol/inspector <command> ```
Details
- Author
- isgxr
- Downloads
- 143
- Categories
- Other
Jump to
—
—
# Create a new directory for our project
md weather
cd weather
Initialize a new npm project
npm init -y
Install dependencies
npm install @modelcontextprotocol/sdk zod
npm install -D @types/node typescript
Create our files
md src
vi src\index.ts
npx @modelcontextprotocol/inspector <command>
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



