starter-mcp-server
description
Dev
Running the Client
pnpm build
# run client
node dist/index.mjs path/to/build/index.js # node server
Config MCP Servers
mcp.json
{
"mcpServers": {
"starter": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/starter/dist/index.mjs"]
}
}
}
Use MCP Inspector to debug
pnpx @modelcontextprotocol/inspector node dist/index.mjs
Release
# first
pnpm publish
# future release
pnpm run release