capsulemcp 1.8.0 → 2.0.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": "capsulemcp",
3
- "version": "1.8.0",
3
+ "version": "2.0.0",
4
4
  "description": "Model Context Protocol server for Capsule CRM. Lets Claude (Desktop, Code, or web Projects via Custom Connector) read and write your CRM in plain English. Covers contacts, opportunities, projects, tasks, timeline activity, structured filters, saved filters with sort, workflow tracks, file attachments, audit, and batch fetches.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -24,7 +24,6 @@
24
24
  "bin": {
25
25
  "capsulemcp": "dist/index.js"
26
26
  },
27
- "main": "./dist/index.js",
28
27
  "files": [
29
28
  "dist"
30
29
  ],
@@ -35,12 +34,12 @@
35
34
  "start": "node dist/index.js",
36
35
  "test": "vitest run",
37
36
  "test:watch": "vitest",
38
- "typecheck": "tsc --noEmit",
37
+ "typecheck": "tsc --noEmit && tsc -p tsconfig.tests.json",
39
38
  "lint": "biome lint src tests scripts",
40
39
  "format": "biome format --write src tests scripts",
41
40
  "format:check": "biome format src tests scripts",
42
41
  "check": "biome check src tests scripts",
43
- "prepare": "npm run build:icon && tsup"
42
+ "prepare": "npm run build"
44
43
  },
45
44
  "repository": {
46
45
  "type": "git",
@@ -50,16 +49,16 @@
50
49
  "@modelcontextprotocol/sdk": "^1.29.0",
51
50
  "express": "^5.2.1",
52
51
  "express-rate-limit": "^8.5.2",
53
- "undici": "^8.3.0",
52
+ "undici": "^8.4.1",
54
53
  "zod": "^4.4.3"
55
54
  },
56
55
  "devDependencies": {
57
- "@biomejs/biome": "2.4.15",
56
+ "@biomejs/biome": "2.4.16",
58
57
  "@types/express": "^5.0.6",
59
- "@types/node": "^25.9.1",
58
+ "@types/node": "^25.9.2",
60
59
  "tsup": "^8.3.0",
61
60
  "typescript": "^6.0.3",
62
- "vitest": "^4.1.7"
61
+ "vitest": "^4.1.8"
63
62
  },
64
63
  "engines": {
65
64
  "node": ">=22.19.0"