|
32 | 32 | "scripts": { |
33 | 33 | "prebuild": "pnpm clean:dist", |
34 | 34 | "build": "tsc", |
35 | | - "build:dxt": "./scripts/build-dxt.sh", |
36 | | - "check:dxt": "dxt validate .", |
| 35 | + "build:mcpb": "./scripts/build-mcpb.sh", |
| 36 | + "check:mcpb": "mcpb validate .", |
37 | 37 | "clean": "pnpm \"/^clean:.*/\"", |
38 | 38 | "clean:dist": "rm -rf dist", |
39 | | - "clean:dxt": "rm -rf build", |
| 39 | + "clean:mcpb": "rm -rf build", |
40 | 40 | "commitlint": "commitlint", |
41 | 41 | "dev": "tsx --watch src/index.ts", |
42 | 42 | "doc:update-toc": "doctoc README.md README_en.md --github --maxlevel 3 --notitle", |
43 | | - "dxt": "dxt", |
44 | 43 | "fix": "pnpm run \"/^fix:.*/\"", |
45 | 44 | "fix:eslint": "pnpm lint:eslint --fix", |
46 | 45 | "fix:prettier": "pnpm lint:prettier --write", |
|
51 | 50 | "lint": "pnpm run \"/^lint:.*/\"", |
52 | 51 | "lint:eslint": "eslint . --max-warnings 0", |
53 | 52 | "lint:prettier": "prettier --check '**/*.{json,json5,md,yml,yaml}' --cache", |
| 53 | + "mcpb": "mcpb", |
54 | 54 | "start": "node dist/index.js", |
55 | 55 | "test": "vitest", |
56 | 56 | "test:coverage": "vitest --coverage", |
|
65 | 65 | "zod": "^3.25.76" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@anthropic-ai/dxt": "^0.2.6", |
| 68 | + "@anthropic-ai/mcpb": "^1.1.1", |
69 | 69 | "@commitlint/cli": "^19.8.1", |
70 | 70 | "@commitlint/config-conventional": "^19.8.1", |
71 | 71 | "@cybozu/eslint-config": "^24.2.0", |
|
0 commit comments