From 32a7a2a0dcb1d6f34a62a1ed5e6d10a4b02c17e5 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sun, 21 Jun 2026 21:58:17 -0600 Subject: [PATCH] Fix stale template count in server instructions (10 -> 15) --- src/mcltspice/_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcltspice/_app.py b/src/mcltspice/_app.py index b1dba06..26209f1 100644 --- a/src/mcltspice/_app.py +++ b/src/mcltspice/_app.py @@ -21,7 +21,7 @@ mcp = FastMCP( - Extract waveform data (voltages, currents) from simulation results - Analyze signals: FFT, THD, RMS, bandwidth, settling time - Create circuits from scratch using the netlist builder - - Create circuits from 10 pre-built templates (list_templates) + - Create circuits from 15 pre-built templates (list_templates) - Modify component values in schematics programmatically - Browse LTspice's component library (6500+ symbols) - Search 2800+ SPICE models and subcircuits