シャドウ-cljs-mcp
shadow-cljs ビルドを監視し、リアルタイムのビルド ステータス更新を提供するモデル コンテキスト プロトコル (MCP) サーバー。
インストール
Cline/Cursor/Claude の設定に以下を追加します。
オプションのサーバーロケーション
--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