feat(notion): 添加Notion数据库集成功能和相关脚本

添加Notion数据库集成配置和访问脚本,包括:
- 配置Notion MCP服务器设置
- 添加数据库查询、内容查看和添加功能
- 创建测试脚本和集成文档
This commit is contained in:
ben
2026-02-02 08:49:17 +00:00
parent f7abc14d4e
commit 738e5fc991
7 changed files with 443 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# 项目说明
这是一个概念验证项目,旨在通过控制我不方便控制的阿里巴巴的 DSW WebIDE让它当牛马它上面已经运行了 runner。
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer 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\", \"Notion-Version\": \"2022-06-28\"}"
}
}