-
Run
yarn install
to install the dependencies -
Run
yarn build
to build the library -
Debug with the MCP inspector
- Run
CLIENT_PORT=9001 SERVER_PORT=9000 npx @modelcontextprotocol/inspector node dist/index.js
- Open the page for the inspector
- Fill out any needed environment variables and click 'Connect'
- Run
-
To use this with Claude Desktop, add the following to your
claude_desktop_config.json
:{ "mcpServers": { "dart": { "command": "node", "args": ["<PATH_TO_WORKSPACE>/dart-mcp-server/dist/index.js"], "env": { "DART_TOKEN": "dsa_...", "DART_HOST": "http://localhost:5173" } } } }
- Commit and push all local changes to GitHub
- Run
npm login
if needed - Run
yarn release
and follow the prompts (usually they are all a yes), confirming each step by pressing enter