This commit is contained in:
Sun Tao 2026-01-13 23:43:46 +08:00
parent 22a8b4fe38
commit e83c3093ae
7 changed files with 78 additions and 24 deletions

View file

@ -39,14 +39,18 @@ class ConfigInfo:
# "env_vars": [],
# "toolkit": "",
# },
ConfigGroup.SLACK.value: {
"env_vars": ["SLACK_BOT_TOKEN"],
"toolkit": "slack_toolkit",
},
ConfigGroup.NOTION.value: {
"env_vars": ["MCP_REMOTE_CONFIG_DIR"],
"toolkit": "notion_mcp_toolkit",
},
ConfigGroup.SLACK.value: {
"env_vars": ["SLACK_BOT_TOKEN"],
"toolkit": "slack_toolkit",
},
ConfigGroup.LARK.value: {
"env_vars": ["LARK_APP_ID", "LARK_APP_SECRET"],
"toolkit": "lark_toolkit",
},
ConfigGroup.NOTION.value: {
"env_vars": ["MCP_REMOTE_CONFIG_DIR"],
"toolkit": "notion_mcp_toolkit",
},
ConfigGroup.TWITTER.value: {
"env_vars": [
"TWITTER_CONSUMER_KEY",