섀도우-cljs-mcp
shadow-cljs 빌드를 모니터링하고 실시간 빌드 상태 업데이트를 제공하는 MCP(Model Context Protocol) 서버입니다.
설치
Cline/Cursor/Claude 설정에 다음을 추가하세요.
지엑스피1
선택적인 서버 위치
--host
및 --port
인수는 선택 사항입니다. 지정하지 않으면 서버는 기본적으로 localhost:9630
에 연결합니다.
개요
이 MCP 서버는 실행 중인 shadow-cljs 인스턴스에 연결하여 빌드 진행률, 실패 및 완료를 추적합니다. LLM이 ClojureScript 파일을 변경한 후 빌드 상태를 확인하는 데 사용할 수 있는 MCP 도구를 제공합니다.
LLM 통합
LLM 노트에 추가하기
LLM의 메모 파일에 다음을 추가합니다(예: CLAUDE.md, cursorrules.md):
도구 응답 예시
성공적인 빌드:
빌드 실패:
사용 참고 사항
- LLM은 ClojureScript 파일을 편집할 때마다 get_last_build_status를 호출해야 합니다.
- 디버깅을 쉽게 하기 위해 컴파일 오류가 자세히 표시됩니다.
- 성공적인 빌드는 어떤 파일이 컴파일되었고 얼마나 걸렸는지 보여줍니다.
- 이 서버를 시작하기 전에 shadow-cljs가 실행 중인지 확인하세요.
요구 사항
- shadow-cljs 인스턴스 실행(다른 구성이 없는 경우 기본값은 localhost:9630)
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
shadow-cljs 빌드를 모니터링하고 ClojureScript 프로젝트에 대한 실시간 빌드 상태 업데이트를 제공하는 모델 컨텍스트 프로토콜 서버로, LLM이 코드를 변경한 후 빌드 상태를 확인할 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.Last updated -61623JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Jenkins CI/CD servers, providing tools to check build statuses, trigger builds, and retrieve build logs.Last updated -310JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.Last updated -264,83923,586JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Claude to interact with Backlog project management tools through API integration, allowing management of projects, issues, wiki pages and other Backlog resources.Last updated -405384TypeScriptMIT License