shadow-cljs-mcp
If you are the rightful owner of shadow-cljs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that monitors shadow-cljs builds and provides real-time build status updates.
The shadow-cljs-mcp server is designed to connect to a running shadow-cljs instance, tracking the progress of builds, including any failures or completions. It serves as a tool for LLMs to verify the build status after modifications to ClojureScript files. By integrating with shadow-cljs, it provides real-time updates on the build process, ensuring that developers can quickly identify and resolve issues. The server can be configured to run on a specified host and port, with defaults set to localhost:9630. This flexibility allows for seamless integration into various development environments, making it a valuable asset for developers working with ClojureScript.
Features
- Real-time build status updates for shadow-cljs.
- Tracks build progress, failures, and completions.
- Provides detailed error and warning information for debugging.
- Configurable server location with default settings.
- Integration with LLMs for automated build verification.
Tools
get_last_build_status
Verifies the build status after changes to ClojureScript files.