@interactive-inc/claude-funnel 0.34.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bin.js +256 -256
- package/dist/gateway/daemon.js +131 -131
- package/dist/index.d.ts +9 -6
- package/dist/index.js +26 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -320,7 +320,7 @@ Notes:
|
|
|
320
320
|
| ---------------------- | --------------------------------------------------------------------------------------------- |
|
|
321
321
|
| `FUNNEL_CHANNEL_ID` | Injected into the child process by `fnl claude`; the funnel MCP uses it to subscribe. |
|
|
322
322
|
| `FUNNEL_PORT` | Gateway port. Default 9743 for `funnel` CLI launches, 9742 for a programmatically hosted gateway. |
|
|
323
|
-
| `FUNNEL_GATEWAY_URL` | Daemon base URL used by MCP for both WS subscribe and HTTP reply (default `http://
|
|
323
|
+
| `FUNNEL_GATEWAY_URL` | Daemon base URL used by MCP for both WS subscribe and HTTP reply (default `http://127.0.0.1:<port>`). |
|
|
324
324
|
| `FUNNEL_GATEWAY_TOKEN` | Bearer token for the daemon HTTP / WS. Defaults to the contents of `~/.funnel/gateway.token`. |
|
|
325
325
|
|
|
326
326
|
## Discord bot setup
|