Commit Graph

4 Commits

Author SHA1 Message Date
Honk
7ff7b585c0 honk: Add a comment near the top of the main entry file (after any shebang lin
Co-Authored-By: Honk <honk@agiliton.eu>
2026-02-14 08:39:19 +00:00
Christian Gick
20e6ea0a47 feat: Add telemetry logging to compressed tools
Logs to ~/.local/share/mcp/compressed-tools.jsonl:
- Tool name (compressed_read/grep/glob)
- Input/output sizes
- Compression ratio
- Path and pattern
- Success status

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 14:13:06 +02:00
Christian Gick
fdbd3e5723 fix: compressed_glob now uses --glob flag for fd
Bug: fd interprets patterns as regex by default, not glob.
Fix: Add --glob flag, strip **/ prefix for find fallback.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 13:10:36 +02:00
Christian Gick
0879633faf feat: Tool Compression MCP server for Phase 8
MCP server providing compressed versions of Read/Grep/Glob:
- compressed_read: removes comments, blanks, collapses imports
- compressed_grep: groups by file, dedupes adjacent matches
- compressed_glob: collapses directories, shows type distribution

Test results: 66.7% compression on sample file

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 11:05:27 +02:00