# mcpserver-ts
a mcp server template in typescript for quick mock data


# Install guide

## 1. Install Node
Install NodeJS from [here](https://nodejs.org/en)

## 2. Install dependencies
> npm install

## 3. Run (port 3001)
> npm run build && node build/index.js

## 4. Test
> npx @modelcontextprotocol/inspector
