fix: remove duplicate comma in tool_schemas.py (SyntaxError)

This commit is contained in:
Tom
2026-03-06 17:22:09 +01:00
parent 93ae23dacc
commit dcecde8d2b

View File

@@ -1576,7 +1576,7 @@ SCHEMATIC_TOOLS = [
}
},
{
"name": "generate_netlist",,
"name": "generate_netlist",
"title": "Generate Netlist",
"description": "Generates a netlist from the schematic showing all components and their net connections.",
"inputSchema": {