Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by first-to-fly • DevOps & CI/CD
An MCP server that uses Google's Generative AI to clean and format code files while backing up originals.
Automatically clean and format repository source files while preserving original logic and keeping backups in a .stash directory.
Configurable cleanup behavior via custom system prompts (e.g., enforce language-specific style or remove redundant comments) using Google Generative AI.
Integrate code-cleanup steps into CI/CD or developer tooling through a stdio-based MCP server built with Bun and TypeScript.
A Bun TypeScript MCP server that cleans up source code files (removing unused imports, normalizing formatting, simplifying minor inefficiencies) and returns only the cleaned raw code. It backs up originals into a .stash directory before making changes and supports custom system prompts to tailor cleanup behavior. Designed for integration into developer tooling or agents, it emphasizes preserving original logic and offers strong TypeScript typing for reliability.