Skip to content

Commit 3535e7e

Browse files
committed
feat(mcp): major improvements to the mcp server organization and tools
1 parent a68c9e7 commit 3535e7e

7 files changed

Lines changed: 994 additions & 522 deletions

File tree

packages/workshop-mcp/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"bin": "./dist/esm/cli.js",
7+
"bin": "./dist/esm/index.js",
88
"type": "module",
99
"tshy": {
1010
"project": "./tsconfig.build.json",
@@ -13,18 +13,18 @@
1313
],
1414
"exports": {
1515
"./package.json": "./package.json",
16-
".": "./dist/esm/cli.js"
16+
".": "./dist/esm/index.js"
1717
}
1818
},
1919
"exports": {
2020
"./package.json": "./package.json",
21-
".": "./dist/esm/cli.js"
21+
".": "./dist/esm/index.js"
2222
},
2323
"files": [
2424
"dist"
2525
],
2626
"scripts": {
27-
"dev": "tsx src/cli.ts",
27+
"dev": "tsx src/index.ts",
2828
"typecheck": "tsc -b --noEmit",
2929
"build": "tshy",
3030
"build:watch": "nx watch --projects=@epic-web/workshop-mcp -- nx run \\$NX_PROJECT_NAME:build"
@@ -46,6 +46,6 @@
4646
"url": "https://github.com/epicweb-dev/epicshop.git",
4747
"directory": "packages/workshop-mcp"
4848
},
49-
"main": "./dist/esm/cli.js",
50-
"module": "./dist/esm/cli.js"
49+
"main": "./dist/esm/index.js",
50+
"module": "./dist/esm/index.js"
5151
}

0 commit comments

Comments
 (0)