File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/mcp-server-supabase Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "workspaces" : [" packages/*" ],
2
+ "workspaces" : [
3
+ " packages/*"
4
+ ],
3
5
"scripts" : {
4
6
"build" : " npm run build --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase" ,
5
7
"test" : " npm run test --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase" ,
Original file line number Diff line number Diff line change 8
8
"types" : " dist/index.d.ts" ,
9
9
"sideEffects" : false ,
10
10
"scripts" : {
11
- "dev" : " tsup --watch & nodemon dist/transports/http.js" ,
12
11
"build" : " tsup --clean" ,
13
12
"prepublishOnly" : " npm run build" ,
14
13
"test" : " vitest" ,
40
39
"@modelcontextprotocol/sdk" : " ^1.11.0" ,
41
40
"@supabase/mcp-utils" : " 0.2.1" ,
42
41
"common-tags" : " ^1.8.2" ,
43
- "express" : " ^5.1.0" ,
44
42
"graphql" : " ^16.11.0" ,
45
43
"hono" : " ^4.7.8" ,
46
44
"openapi-fetch" : " ^0.13.5" ,
51
49
"@electric-sql/pglite" : " ^0.2.17" ,
52
50
"@total-typescript/tsconfig" : " ^1.0.4" ,
53
51
"@types/common-tags" : " ^1.8.4" ,
54
- "@types/express" : " ^5.0.3" ,
55
52
"@types/node" : " ^22.8.6" ,
56
53
"@vitest/coverage-v8" : " ^2.1.9" ,
57
54
"ai" : " ^4.3.4" ,
You can’t perform that action at this time.
0 commit comments