We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb5c81 commit af9440aCopy full SHA for af9440a
README.md
@@ -45,3 +45,27 @@ Add the following config to your `claude_desktop_config` file:
45
}
46
47
```
48
+
49
+## Testing
50
51
+To test the MCP server, we can use [mcp inspector](https://github.com/modelcontextprotocol/inspector).
52
53
+Run the following command to watch and build the project:
54
55
+```bash
56
+npm run dev
57
+```
58
59
+and then start the inspector:
60
61
62
+npx @modelcontextprotocol/inspector dist/index.js
63
64
+# or
65
+# if to use custom ports
66
+CLIENT_PORT=4321 SERVER_PORT=4322 npx @modelcontextprotocol/inspector node dist/index.js
67
68
69
+## License
70
71
+This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
0 commit comments