We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc1380 commit 6906225Copy full SHA for 6906225
README.md
@@ -218,5 +218,15 @@ docker pull ghcr.io/railsware/coupler-io-mcp-server
218
```
219
Run the release image with Claude Desktop and other supported clients.
220
221
+## Claude Desktop extension (DXT)
222
+
223
+### Build & self-sign
224
+```shell
225
+bin/build_dxt # => dxt_output/coupler-mcp.dxt
226
+npm run dxt:selfsign
227
+```
228
229
+You can now either install the .dxt file or use the contents of `dxt/` dir to load unpacked extension from Developer menu.
230
231
## License
232
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
0 commit comments