Skip to content

Commit 521c251

Browse files
committed
fix: mcp stdio bin
1 parent 49869b7 commit 521c251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mcp-server-supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dist/**/*"
2222
],
2323
"bin": {
24-
"mcp-server-supabase": "./dist/stdio.js"
24+
"mcp-server-supabase": "./dist/transports/stdio.js"
2525
},
2626
"exports": {
2727
".": {

0 commit comments

Comments
 (0)