You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New MCP client (src/mcp_notion_client.py) for Notion API calls
- Route all Notion operations through MCP protocol
- Update notion_integration.py to use MCP instead of direct SDK
- Refactor setup_notion_databases.py to use MCP
- Add mcp>=1.0.0 to requirements.txt
- Update README with MCP architecture documentation