Skip to content

Commit 3e5ce80

Browse files
committed
Use npx
1 parent 1259a3e commit 3e5ce80

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/mesh/src/web/components/add-binding/binding-definitions.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ const fileStorageBinding: BindingDefinition = {
8383
description: "Access files on your local machine",
8484
icon: "💻",
8585
npxPackage: "@decocms/mcp-local-fs",
86-
// Use local dev path until package is published with structuredContent fix
87-
localCommand: {
88-
command: "bun",
89-
args: [
90-
"run",
91-
"/Users/guilherme/Projects/mcps/local-fs/server/stdio.ts",
92-
],
93-
},
9486
connectionType: "STDIO",
9587
requiresConfig: true,
9688
configFields: [

0 commit comments

Comments
 (0)