mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-08 17:21:52 +08:00
36 lines
1.2 KiB
TypeScript
36 lines
1.2 KiB
TypeScript
export const listData = [
|
|
{
|
|
id: 'fdjklajfkljadslf111',
|
|
author: 'KVOJJJin',
|
|
name: 'GOGOGO',
|
|
icon: 'https://cloud.dify.dev/console/api/workspaces/694cc430-fa36-4458-86a0-4a98c09c4684/model-providers/langgenius/openai/openai/icon_large/en_US',
|
|
server_url: 'https://mcp.composio.dev/notion/****/abc',
|
|
type: 'mcp',
|
|
is_team_authorization: true,
|
|
tools: ['aaa', 'bbb'],
|
|
update_elapsed_time: 1744793369,
|
|
},
|
|
{
|
|
id: 'fdjklajfkljadslf222',
|
|
author: 'KVOJJJin',
|
|
name: 'GOGOGO2',
|
|
icon: 'https://cloud.dify.dev/console/api/workspaces/694cc430-fa36-4458-86a0-4a98c09c4684/model-providers/langgenius/openai/openai/icon_large/en_US',
|
|
server_url: 'https://mcp.composio.dev/notion/****/abc',
|
|
type: 'mcp',
|
|
is_team_authorization: false,
|
|
tools: [],
|
|
update_elapsed_time: 1744793369,
|
|
},
|
|
{
|
|
id: 'fdjklajfkljadslf333',
|
|
author: 'KVOJJJin',
|
|
name: 'GOGOGO3',
|
|
icon: 'https://cloud.dify.dev/console/api/workspaces/694cc430-fa36-4458-86a0-4a98c09c4684/model-providers/langgenius/openai/openai/icon_large/en_US',
|
|
server_url: 'https://mcp.composio.dev/notion/****/abc',
|
|
type: 'mcp',
|
|
is_team_authorization: true,
|
|
tools: ['aaa', 'bbb'],
|
|
update_elapsed_time: 1744793369,
|
|
},
|
|
]
|