kicad-mcp-pro 3.6.0 → 3.7.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 +4 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@ Thin npm launcher for the `kicad-mcp-pro` Python package.
5
5
  - npm package: `kicad-mcp-pro`
6
6
  - Python package: `kicad-mcp-pro`
7
7
  - MCP name: `io.github.oaslananka/kicad-mcp-pro`
8
- - Canonical repository: https://github.com/oaslananka/kicad-studio-kit/tree/main/packages/mcp-npm
8
+ - Canonical repository: https://github.com/oaslananka/kicad-mcp
9
9
 
10
10
  The wrapper resolves the Python package version from `KICAD_MCP_PRO_PYPI_VERSION` or from this package version.
11
11
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "kicad-mcp-pro",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "npm wrapper for the KiCad MCP Pro Python package.",
5
5
  "license": "MIT",
6
- "homepage": "https://oaslananka.github.io/kicad-studio-kit",
6
+ "homepage": "https://oaslananka.github.io/kicad-mcp",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/oaslananka/kicad-studio-kit.git",
9
+ "url": "git+https://github.com/oaslananka/kicad-mcp.git",
10
10
  "directory": "packages/mcp-npm"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/oaslananka/kicad-studio-kit/issues"
13
+ "url": "https://github.com/oaslananka/kicad-mcp/issues"
14
14
  },
15
15
  "mcpName": "io.github.oaslananka/kicad-mcp-pro",
16
16
  "bin": {