Add backend state MCP tool

This commit is contained in:
jbjardine
2026-05-23 23:08:23 +02:00
parent ece116d563
commit 21fc0702ac
6 changed files with 304 additions and 1 deletions

View File

@@ -2196,6 +2196,12 @@ SCHEMATIC_TOOLS = [
# =============================================================================
UI_TOOLS = [
{
"name": "get_backend_state",
"title": "Get Backend State",
"description": ("Returns backend, realtime, loaded project/board paths, and dirty state."),
"inputSchema": {"type": "object", "properties": {}},
},
{
"name": "check_kicad_ui",
"title": "Check KiCAD UI Status",