Skip to content

Commit af9440a

Browse files
committed
Update README
1 parent ccb5c81 commit af9440a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,27 @@ Add the following config to your `claude_desktop_config` file:
4545
}
4646
}
4747
```
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+
```bash
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

Comments
 (0)