Skip to content

Releases: TripleHelixProgramming/wpilog-mcp

v0.8.2

26 Mar 21:29

Choose a tag to compare

Support containerization

25 Mar 05:16

Choose a tag to compare

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>