feat: change the default value

This commit is contained in:
Li Xin 2025-04-24 17:27:37 +08:00
parent 8e3102234c
commit f5cfd6b9d5

View File

@ -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: [],
},
};