@amplis/mcp-server 0.3.1 → 0.3.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amplis/mcp-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "MCP server for AMPLIS - connect Claude, Cursor, and other AI tools to your live consulting data",
|
|
5
5
|
"author": "AMPLIS (https://amplis.com.au)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"scripts": {
|
|
41
41
|
"dev": "tsx watch src/index.ts",
|
|
42
42
|
"build": "tsup src/index.ts --format esm --dts && chmod +x dist/index.js",
|
|
43
|
-
"
|
|
43
|
+
"prepublishOnly": "npm run build",
|
|
44
44
|
"start": "node dist/index.js",
|
|
45
45
|
"typecheck": "tsc --noEmit",
|
|
46
46
|
"test": "vitest run",
|