7 Commits

Author SHA1 Message Date
Christian Gick
8b9ff93cfb feat(CF-2136): Add Sentry structured logging support
Enable enableLogs + beforeSendLog in Sentry.init, add log helpers where
applicable. Bump @sentry/node to ^10.39.0 for Sentry.logger API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 10:38:48 +02:00
Christian Gick
a6fcf2cefa feat(CF-529): Add Sentry error tracking integration
- Added @sentry/node dependency
- Initialize Sentry in src/index.ts with environment variables
- Supports SENTRY_DSN, SENTRY_ENVIRONMENT, SENTRY_API_TRACE_RATE
2026-01-28 17:23:05 +02:00
Christian Gick
90999d5f98 docs: Add OpenBao integration (no secrets required)
MCP server does not require any secrets or sensitive configuration.

Related: OpenBao Phase 4 MCP Servers Integration

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-24 10:37:27 +02:00
Christian Gick
cb8dd13cac build: Add telemetry compiled output
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 14:30:38 +02: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