@datacore-one/mcp 1.4.0 → 1.5.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": "@datacore-one/mcp",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Datacore MCP server — The Software of You",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "test": "vitest run",
14
14
  "test:watch": "vitest",
15
15
  "start": "node dist/index.js",
16
- "release": "npm test && npm run build && npm version ${VERSION:-patch} && npm publish --access public && npm install -g @datacore-one/mcp@$(node -p 'require(\"./package.json\").version')"
16
+ "release": "npm test && npm version ${VERSION:-patch} && npm run build && npm publish --access public && npm install -g @datacore-one/mcp@$(node -p 'require(\"./package.json\").version')"
17
17
  },
18
18
  "dependencies": {
19
19
  "@modelcontextprotocol/sdk": "^1.0.0",