|
1 | 1 | { |
2 | | - "name": "mcp-server-devonthink", |
3 | | - "version": "1.6.0", |
4 | | - "description": "MCP server that provides access to DEVONthink", |
5 | | - "license": "MIT", |
6 | | - "author": "David Mohl <[email protected]>", |
7 | | - "homepage": "https://github.com/dvcrn/mcp-server-devonthink", |
8 | | - "repository": { |
9 | | - "type": "git", |
10 | | - "url": "git+https://github.com/dvcrn/mcp-server-devonthink.git" |
11 | | - }, |
12 | | - "bugs": "https://github.com/dvcrn/mcp-server-devonthink/issues", |
13 | | - "type": "module", |
14 | | - "bin": { |
15 | | - "mcp-server-devonthink": "dist/index.js" |
16 | | - }, |
17 | | - "files": [ |
18 | | - "dist" |
19 | | - ], |
20 | | - "scripts": { |
21 | | - "build": "tsc && shx chmod +x dist/index.js", |
22 | | - "prepare": "npm run build", |
23 | | - "watch": "tsc --watch", |
24 | | - "format": "biome format --write .", |
25 | | - "lint:fix": "biome lint --fix", |
26 | | - "start": "node dist/index.js", |
27 | | - "type-check": "tsc --noEmit", |
28 | | - "test": "vitest run", |
29 | | - "format:check": "biome format ." |
30 | | - }, |
31 | | - "dependencies": { |
32 | | - "@modelcontextprotocol/sdk": "1.0.1", |
33 | | - "express": "^4.21.1", |
34 | | - "zod": "^3.23.8", |
35 | | - "zod-to-json-schema": "^3.23.5" |
36 | | - }, |
37 | | - "devDependencies": { |
38 | | - "@biomejs/biome": "^2.2.3", |
39 | | - "@types/express": "^5.0.0", |
40 | | - "shx": "^0.3.4", |
41 | | - "typescript": "^5.6.2", |
42 | | - "vitest": "^3.2.0" |
43 | | - }, |
44 | | - "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
| 2 | + "name": "mcp-server-devonthink", |
| 3 | + "version": "1.7.0", |
| 4 | + "description": "MCP server that provides access to DEVONthink", |
| 5 | + "license": "MIT", |
| 6 | + "author": "David Mohl <[email protected]>", |
| 7 | + "homepage": "https://github.com/dvcrn/mcp-server-devonthink", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/dvcrn/mcp-server-devonthink.git" |
| 11 | + }, |
| 12 | + "bugs": "https://github.com/dvcrn/mcp-server-devonthink/issues", |
| 13 | + "type": "module", |
| 14 | + "bin": { |
| 15 | + "mcp-server-devonthink": "dist/index.js" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "dist" |
| 19 | + ], |
| 20 | + "scripts": { |
| 21 | + "build": "tsc && shx chmod +x dist/index.js", |
| 22 | + "prepare": "npm run build", |
| 23 | + "watch": "tsc --watch", |
| 24 | + "format": "biome format --write .", |
| 25 | + "lint:fix": "biome lint --fix", |
| 26 | + "start": "node dist/index.js", |
| 27 | + "type-check": "tsc --noEmit", |
| 28 | + "test": "vitest run", |
| 29 | + "format:check": "biome format ." |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "@modelcontextprotocol/sdk": "1.0.1", |
| 33 | + "express": "^4.21.1", |
| 34 | + "zod": "^3.23.8", |
| 35 | + "zod-to-json-schema": "^3.23.5" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@biomejs/biome": "^2.2.3", |
| 39 | + "@types/express": "^5.0.0", |
| 40 | + "shx": "^0.3.4", |
| 41 | + "typescript": "^5.6.2", |
| 42 | + "vitest": "^3.2.0" |
| 43 | + }, |
| 44 | + "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
45 | 45 | } |
0 commit comments