Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a new compression handler for GitLab MCP tools. The handler will adapt GitLab's issue and MR responses, which have different field names than GitHub's, to a standardized format. This involves mapping GitLab fields like `iid` and `web_url` to their equivalent representations and ensuring both single items and arrays are handled correctly.
Claude Code plugin — compresses MCP tool outputs, stores full results in SQLite, and exposes retrieval tools. Extends sessions from ~30min to ~3h.
AI Summary: This issue proposes a new Sentry error event compression handler to reduce event size by focusing on essential information like the exception message, a limited number of stack frames, and environment details. The current generic handler truncates important data, leading to a loss of context. The proposed solution will selectively extract and retain key fields while dropping less critical ones like breadcrumbs and full request headers.
Claude Code plugin — compresses MCP tool outputs, stores full results in SQLite, and exposes retrieval tools. Extends sessions from ~30min to ~3h.
AI Summary: This issue proposes a new handler for database query results from MCP tools to address limitations in the generic JSON handler. The new handler will extract column names, row count, and the first 10 rows in a more readable format, preventing data loss and providing better summaries.
Claude Code plugin — compresses MCP tool outputs, stores full results in SQLite, and exposes retrieval tools. Extends sessions from ~30min to ~3h.