cli/pkg/mcp
Snider 3c44ba9a11 test(mcp): update sandboxing tests for simplified Medium
The simplified io/local.Medium implementation:
- Sanitizes .. to . (no error, path is cleaned)
- Allows absolute paths through (caller validates if needed)
- Follows symlinks (no traversal blocking)

Update tests to match this simplified behavior.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 03:30:27 +00:00
..
mcp.go feat(io): Migrate pkg/mcp to use Medium abstraction 2026-02-02 00:24:19 +00:00
mcp_test.go test(mcp): update sandboxing tests for simplified Medium 2026-02-02 03:30:27 +00:00
transport_tcp.go feat(mcp): Add TCP transport 2026-02-02 00:22:06 +00:00