Skip to content

Commit 10d3304

Browse files
committed
chore: readme
1 parent c62030e commit 10d3304

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,21 @@ The following environment variables are required:
135135

136136
Any contributions are welcome!
137137

138+
## Development
139+
140+
1. Use `npm run build:watch` to build the project in watch mode.
141+
142+
```bash
143+
npm run build:watch
144+
```
145+
146+
2. Use `npx @modelcontextprotocol/inspector` to inspect the MCP server.
147+
148+
```bash
149+
npx @modelcontextprotocol/inspector node /path/to/mcp-kibela/dist/index.js
150+
```
151+
152+
138153
## License 📄
139154

140155
MIT

0 commit comments

Comments
 (0)