We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1259a3e commit 3e5ce80Copy full SHA for 3e5ce80
apps/mesh/src/web/components/add-binding/binding-definitions.ts
@@ -83,14 +83,6 @@ const fileStorageBinding: BindingDefinition = {
83
description: "Access files on your local machine",
84
icon: "💻",
85
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
- },
94
connectionType: "STDIO",
95
requiresConfig: true,
96
configFields: [
0 commit comments