Skip to content

Commit 2bb2b74

Browse files
committed
remove unnecessary info
1 parent cb2a7ce commit 2bb2b74

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"workspaces": ["packages/*"],
2+
"workspaces": [
3+
"packages/*"
4+
],
35
"scripts": {
46
"build": "npm run build --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase",
57
"test": "npm run test --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase",

packages/mcp-server-supabase/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"types": "dist/index.d.ts",
99
"sideEffects": false,
1010
"scripts": {
11-
"dev": "tsup --watch & nodemon dist/transports/http.js",
1211
"build": "tsup --clean",
1312
"prepublishOnly": "npm run build",
1413
"test": "vitest",
@@ -40,7 +39,6 @@
4039
"@modelcontextprotocol/sdk": "^1.11.0",
4140
"@supabase/mcp-utils": "0.2.1",
4241
"common-tags": "^1.8.2",
43-
"express": "^5.1.0",
4442
"graphql": "^16.11.0",
4543
"hono": "^4.7.8",
4644
"openapi-fetch": "^0.13.5",
@@ -51,7 +49,6 @@
5149
"@electric-sql/pglite": "^0.2.17",
5250
"@total-typescript/tsconfig": "^1.0.4",
5351
"@types/common-tags": "^1.8.4",
54-
"@types/express": "^5.0.3",
5552
"@types/node": "^22.8.6",
5653
"@vitest/coverage-v8": "^2.1.9",
5754
"ai": "^4.3.4",

0 commit comments

Comments
 (0)