Metadata-Version: 2.5
Name: circuit-mcp
Version: 0.6.1
Summary: Alias for ltspice-mcp: a SPICE circuit-simulation MCP server (LTspice/ngspice). Installs and runs ltspice-mcp.
Project-URL: Homepage, https://github.com/cognitohazard/ltspice-mcp
Project-URL: Repository, https://github.com/cognitohazard/ltspice-mcp
Project-URL: Issues, https://github.com/cognitohazard/ltspice-mcp/issues
License-Expression: GPL-3.0-or-later
Keywords: circuit-simulation,eda,ltspice,mcp,model-context-protocol,ngspice,spice
Requires-Python: >=3.11
Requires-Dist: ltspice-mcp==0.6.1
Description-Content-Type: text/markdown

# circuit-mcp

This package is an alias for [**ltspice-mcp**](https://pypi.org/project/ltspice-mcp/),
a SPICE circuit-simulation MCP server (LTspice and ngspice) for Claude and
other LLMs.

Installing this package installs and runs `ltspice-mcp`:

```bash
uvx circuit-mcp          # run the server
pip install circuit-mcp  # installs ltspice-mcp as a dependency
```

`ltspice-mcp` is the canonical package. Documentation, configuration, issues,
and source live there: https://github.com/cognitohazard/ltspice-mcp

## Migration from 0.5

Version 0.6.0 removed the `full` and `agentic` tool profiles; the server now
exposes one set of 7 tools. If `[tools] profile` in the config names a removed
profile, the server logs a warning and exposes those same 7 tools. To keep the
old 49-tool set, pin the 0.5 series: `ltspice-mcp==0.5.*`.
