Actions: laurigates/foundryvtt-mcp
Actions
Showing runs from all workflows
454 workflow runs
454 workflow runs
useRestModule
flag to determine whether to use the REST API, rather than implicitly relying on the presence of an API key. This improves configuration clarity.
Key changes:
- The connection method now depends on useRestModule: true
.
- WebSocket connection logic is more robust, handling socket.io-specific packets (like ping/pong) and using a more compatible connection URL.
- The initial connection test now validates against the base URL.
- Documentation and tests have been updated to align with these changes.
Test
#128:
Pull request #66
opened
by
laurigates