@icure/cardinal-mcp-server 1.1.1 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/cardinal-mcp-server",
3
- "version": "1.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "MCP server exposing Cardinal SDK documentation and operational tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  "scripts": {
15
15
  "build": "tsc",
16
16
  "generate": "tsx scripts/extract-docs.ts && tsx scripts/generate-registry.ts",
17
- "prepublishOnly": "yarn generate && yarn build",
17
+ "prepublishOnly": "npm run generate && npm run build",
18
18
  "publish:npm": "npm publish --access public",
19
19
  "start": "node dist/index.js",
20
20
  "dev": "tsx src/index.ts"
@@ -41,6 +41,5 @@
41
41
  "@types/node": "^22.0.0",
42
42
  "tsx": "^4.0.0",
43
43
  "typescript": "^5.7.0"
44
- },
45
- "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
44
+ }
46
45
  }