Releases: TripleHelixProgramming/wpilog-mcp
Releases · TripleHelixProgramming/wpilog-mcp
v0.8.2
Full Changelog: v0.8.1...v0.8.2
Support containerization
Add configurable HTTP bind address, endpoint path, and origin allowlist - HttpTransport accepts bind address, MCP endpoint path, and allowed origin hostnames (WPILOG_HTTP_BIND, WPILOG_HTTP_PATH, WPILOG_HTTP_ALLOWED_ORIGINS environment variables) - Default bind remains 127.0.0.1; use 0.0.0.0 for container deployments - Origin validation now checks allowedOriginHosts in addition to localhost/127.0.0.1/[::1] - Add Docker containerization section to README - Bump version to 0.8.1 Co-Authored-By: Godmar Back <godmar@users.noreply.github.com>