File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 45
45
- name : Upload MCP Server DXT GitHub release asset
46
46
run : |
47
47
gh release upload ${{ github.event.release.tag_name }} \
48
- packages/mcp-server/isaacus_api.dxt
48
+ packages/mcp-server/isaacus_api.mcpb
49
49
env :
50
50
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ chmod +x dist/index.js
32
32
DIST_PATH=./dist PKG_IMPORT_PATH=isaacus-mcp/ node ../../scripts/utils/postprocess-files.cjs
33
33
34
34
# mcp bundle
35
- rm -rf dist-bundle isaacus_api.dxt ; mkdir dist-bundle
35
+ rm -rf dist-bundle isaacus_api.mcpb ; mkdir dist-bundle
36
36
37
37
# copy package.json
38
38
PKG_JSON_PATH=../../packages/mcp-server/package.json node ../../scripts/utils/make-dist-package-json.cjs > dist-bundle/package.json
48
48
# pack bundle
49
49
cp manifest.json dist-bundle
50
50
51
- npx dxt pack dist-bundle isaacus_api.dxt
51
+ npx mcpb pack dist-bundle isaacus_api.mcpb
52
52
53
- npx dxt sign isaacus_api.dxt --self-signed
53
+ npx mcpb sign isaacus_api.mcpb --self-signed
54
54
55
55
# clean up
56
56
rm -rf dist-bundle
Original file line number Diff line number Diff line change 1
1
{
2
- "dxt_version" : " 0.1 " ,
2
+ "dxt_version" : " 0.2 " ,
3
3
"name" : " isaacus-mcp" ,
4
4
"version" : " 0.11.0" ,
5
5
"description" : " The official MCP Server for the Isaacus API" ,
15
15
"documentation" : " https://docs.isaacus.com" ,
16
16
"server" : {
17
17
"type" : " node" ,
18
- "entry_point" : " ${__dirname}/ index.js" ,
18
+ "entry_point" : " index.js" ,
19
19
"mcp_config" : {
20
20
"command" : " node" ,
21
21
"args" : [" ${__dirname}/index.js" ],
32
32
"type" : " string"
33
33
}
34
34
},
35
+ "tools" : [],
35
36
"tools_generated" : true ,
36
37
"compatibility" : {
37
38
"runtimes" : {
Original file line number Diff line number Diff line change 47
47
"mcp-server" : " dist/index.js"
48
48
},
49
49
"devDependencies" : {
50
- "@anthropic-ai/dxt " : " ^0.2.6 " ,
50
+ "@anthropic-ai/mcpb " : " ^1.1.0 " ,
51
51
"@types/cors" : " ^2.8.19" ,
52
52
"@types/express" : " ^5.0.3" ,
53
53
"@types/jest" : " ^29.4.0" ,
You can’t perform that action at this time.
0 commit comments