kicad-mcp-pro 3.7.6 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,5 +10,5 @@ Thin npm launcher for the `kicad-mcp-pro` Python package.
10
10
  The wrapper resolves the Python package version from `KICAD_MCP_PRO_PYPI_VERSION` or from this package version.
11
11
 
12
12
  ```bash
13
- npx kicad-mcp-pro@3.5.2 --help
13
+ npx kicad-mcp-pro@3.8.0 --help
14
14
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kicad-mcp-pro",
3
- "version": "3.7.6",
3
+ "version": "3.9.0",
4
4
  "description": "npm wrapper for the KiCad MCP Pro Python package.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://oaslananka.github.io/kicad-mcp",