mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 07:59:07 +08:00
feat: change the default value
This commit is contained in:
parent
8e3102234c
commit
f5cfd6b9d5
@ -14,32 +14,7 @@ const DEFAULT_SETTINGS: SettingsState = {
|
|||||||
maxStepNum: 3,
|
maxStepNum: 3,
|
||||||
},
|
},
|
||||||
mcp: {
|
mcp: {
|
||||||
servers: [
|
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",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user