@amplis/mcp-server 0.2.0 → 0.3.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/dist/index.js +1 -1
  2. package/package.json +6 -3
package/dist/index.js CHANGED
@@ -3694,7 +3694,7 @@ if (command !== "serve") {
3694
3694
  const server = new Server(
3695
3695
  {
3696
3696
  name: "amplis-mcp-server",
3697
- version: "0.2.0"
3697
+ version: "0.3.0"
3698
3698
  },
3699
3699
  {
3700
3700
  capabilities: {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@amplis/mcp-server",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "AMPLIS MCP Server - Give your AI assistant direct access to AMPLIS",
5
5
  "type": "module",
6
6
  "bin": {
7
- "amplis-mcp": "./dist/index.js",
8
- "amplis-mcp-server": "./dist/index.js"
7
+ "mcp-server": "./dist/index.js",
8
+ "amplis-mcp": "./dist/index.js"
9
9
  },
10
10
  "files": [
11
11
  "dist"
@@ -24,6 +24,9 @@
24
24
  "open": "^10.0.0",
25
25
  "zod": "^3.22.4"
26
26
  },
27
+ "publishConfig": {
28
+ "access": "public"
29
+ },
27
30
  "devDependencies": {
28
31
  "@types/node": "^20",
29
32
  "tsup": "^8.0.0",