diff --git a/web/src/core/store/settings-store.ts b/web/src/core/store/settings-store.ts index 8aff926..8b2ca00 100644 --- a/web/src/core/store/settings-store.ts +++ b/web/src/core/store/settings-store.ts @@ -14,32 +14,7 @@ const DEFAULT_SETTINGS: SettingsState = { maxStepNum: 3, }, mcp: { - servers: [ - { - enabled: true, - name: "Zapier", - transport: "sse", - url: "https://actions.zapier.com/mcp/sk-ak-OnJ4kVKzxcLjpvpLChkT7RCYuh/sse", - env: { API_KEY: "123" }, - createdAt: new Date("2025-04-20").valueOf(), - updatedAt: new Date("2025-04-20").valueOf(), - tools: [ - { - name: "youtube_get_report", - description: - "Creates a report on specified data from your owned and managed channels.", - }, - { - name: "edit_actions", - description: "Edit your existing MCP provider actions", - }, - { - name: "add_actions", - description: "Add new actions to your MCP provider", - }, - ], - }, - ], + servers: [], }, };