@hualinge/relay-mcp-server 0.1.4 → 0.1.5

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 +0 -0
  2. package/package.json +11 -11
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hualinge/relay-mcp-server",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -23,22 +23,22 @@
23
23
  "office-claw-mcp-server": "./dist/index.js",
24
24
  "relay-mcp-server": "./dist/index.js"
25
25
  },
26
- "scripts": {
27
- "build": "pnpm clean && tsc",
28
- "dev": "tsx watch src/index.ts",
29
- "start": "node dist/index.js",
30
- "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
31
- "lint": "tsc --noEmit",
32
- "test": "tsc && node --test test/*.test.js"
33
- },
34
26
  "dependencies": {
35
27
  "@modelcontextprotocol/sdk": "^1.0.0",
36
28
  "zod": "^3.22.4",
37
- "@hualinge/relay-shared": "workspace:*"
29
+ "@hualinge/relay-shared": "0.1.5"
38
30
  },
39
31
  "devDependencies": {
40
32
  "@types/node": "^20.11.0",
41
33
  "tsx": "^4.7.0",
42
34
  "typescript": "^5.3.3"
35
+ },
36
+ "scripts": {
37
+ "build": "pnpm clean && tsc",
38
+ "dev": "tsx watch src/index.ts",
39
+ "start": "node dist/index.js",
40
+ "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
41
+ "lint": "tsc --noEmit",
42
+ "test": "tsc && node --test test/*.test.js"
43
43
  }
44
- }
44
+ }