@datacore-one/mcp 1.4.0 → 1.4.1
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -252,7 +252,7 @@ function getConfig() {
|
|
|
252
252
|
// package.json
|
|
253
253
|
var package_default = {
|
|
254
254
|
name: "@datacore-one/mcp",
|
|
255
|
-
version: "1.
|
|
255
|
+
version: "1.4.1",
|
|
256
256
|
description: "Datacore MCP server \u2014 The Software of You",
|
|
257
257
|
type: "module",
|
|
258
258
|
bin: {
|
|
@@ -265,7 +265,7 @@ var package_default = {
|
|
|
265
265
|
test: "vitest run",
|
|
266
266
|
"test:watch": "vitest",
|
|
267
267
|
start: "node dist/index.js",
|
|
268
|
-
release: `npm test && npm
|
|
268
|
+
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')`
|
|
269
269
|
},
|
|
270
270
|
dependencies: {
|
|
271
271
|
"@modelcontextprotocol/sdk": "^1.0.0",
|