Commit graph

1597 commits

Author SHA1 Message Date
CREDO23
dde1948a5c fix Slack MCP OAuth: v2 endpoint, user_scope param, nested token extraction 2026-04-22 10:06:12 +02:00
DESKTOP-RTLN3BA\$punk
80d3f624d4 chore: linting 2026-04-22 01:05:31 -07:00
CREDO23
970f62278b revert scope_param, use standard scope for Slack v2_user endpoint 2026-04-22 09:56:18 +02:00
DESKTOP-RTLN3BA\$punk
95de0547f4 feat: add default API base URLs for LiteLLM providers and enhance fallback handling in LLMRouterService 2026-04-22 00:56:05 -07:00
CREDO23
820326e3ee use user_scope param for Slack OAuth 2026-04-22 09:54:16 +02:00
CREDO23
3638d72b29 restore full Slack MCP scopes for all MCP tools 2026-04-22 09:41:19 +02:00
CREDO23
225236e6f1 add required OAuth scopes for Slack MCP 2026-04-22 09:35:15 +02:00
CREDO23
0cc2475f6b add required OAuth scopes for Airtable MCP 2026-04-22 09:21:19 +02:00
CREDO23
2f4052aa71 use pre-configured credentials for Airtable MCP OAuth 2026-04-22 09:15:06 +02:00
CREDO23
ea3508cb25 use native connector types for MCP OAuth, restore original UI 2026-04-22 08:57:28 +02:00
CREDO23
940889c291 fix open redirect, error leaking, unused imports, state validation 2026-04-22 08:42:38 +02:00
DESKTOP-RTLN3BA\$punk
bd2d6c07ff fix: summarization middleware usage 2026-04-21 22:13:41 -07:00
Anish Sarkar
3eb4d55ef5 chore: ran linting 2026-04-22 06:40:39 +05:30
Anish Sarkar
4a75603d4f feat: implement sync notifications for Obsidian plugin
- Added functionality to create and update notifications during the Obsidian sync process.
- Improved handling of sync completion and failure notifications.
- Updated connector naming convention in various locations for consistency.
2026-04-22 06:38:51 +05:30
CREDO23
0ab7d6a5e3 set is_indexable=False for all live connector add routes 2026-04-21 21:52:43 +02:00
CREDO23
53a173a8fd guard manual indexing for live connectors 2026-04-21 21:52:23 +02:00
CREDO23
328219e46f disable first-run indexing for live connectors 2026-04-21 21:52:17 +02:00
CREDO23
5ff0ec5d5d disable periodic indexing for live connectors 2026-04-21 21:51:40 +02:00
CREDO23
8b8c9b1f5d add Slack and Airtable MCP OAuth support 2026-04-21 21:38:24 +02:00
CREDO23
9b78fbfe15 add automatic token refresh for MCP OAuth connectors 2026-04-21 21:20:12 +02:00
CREDO23
81711c9e5b wire MCP OAuth route into app router 2026-04-21 21:19:57 +02:00
CREDO23
45867e5c56 add generic MCP OAuth route with DCR + PKCE 2026-04-21 21:19:32 +02:00
CREDO23
4efdee5aed add MCP OAuth discovery, DCR, and token exchange 2026-04-21 21:19:15 +02:00
CREDO23
7133655eeb add MCP service registry for Linear, Jira, ClickUp 2026-04-21 21:19:08 +02:00
CREDO23
575b2c64d7 register all new live connector tools in registry 2026-04-21 20:50:42 +02:00
CREDO23
ba8e3133b9 add Luma list events, read event, create event tools 2026-04-21 20:50:31 +02:00
CREDO23
49f8d1abd4 add Teams list channels, read messages, send message tools 2026-04-21 20:49:50 +02:00
CREDO23
1de2517eae add Discord list channels, read messages, send message tools 2026-04-21 20:49:02 +02:00
CREDO23
07a5fac15d add Calendar search events tool 2026-04-21 20:48:47 +02:00
CREDO23
d2cb778c08 add Gmail search and read email tools 2026-04-21 20:48:40 +02:00
Anish Sarkar
99623a85d5 refactor: remove legacy Obsidian connector support 2026-04-22 00:10:24 +05:30
CREDO23
e02fbbef6c remove MCP-mode skip from Notion indexer 2026-04-21 20:33:57 +02:00
CREDO23
978a8e2e07 remove MCP health check branch from Notion metadata service 2026-04-21 20:33:35 +02:00
CREDO23
177a346673 remove Notion MCP gating from agent 2026-04-21 20:33:30 +02:00
CREDO23
48158740ae remove Notion MCP tool definitions from registry 2026-04-21 20:33:22 +02:00
CREDO23
291c1078c3 remove Notion MCP router from routes 2026-04-21 20:33:18 +02:00
CREDO23
ea3bda9ec3 delete Notion MCP services, tools, and route 2026-04-21 20:33:10 +02:00
CREDO23
2dfe03b9b2 add reusable OAuth connector route base class 2026-04-21 20:29:03 +02:00
CREDO23
a1804265b8 replace manual connector checks with declarative gating 2026-04-21 20:28:53 +02:00
CREDO23
6529889e73 add declarative connector gating to tool registry 2026-04-21 20:28:45 +02:00
CREDO23
474c35fb2a add standardized tool response helper 2026-04-21 20:28:41 +02:00
CREDO23
45acf9de15 add async retry utility with tenacity 2026-04-21 20:28:36 +02:00
CREDO23
875c4c3cf4 add connector exception hierarchy 2026-04-21 20:28:30 +02:00
Anish Sarkar
16ea8e2401 Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin 2026-04-21 23:35:22 +05:30
Anish Sarkar
f98803ac3f fix: refine error handling in HTTP exception handler to ensure consistent messaging for 500 status codes 2026-04-21 20:46:31 +05:30
DESKTOP-RTLN3BA\$punk
dbcea0d50b feat: enhance HTTP exception handling with 5xx sanitization policy
- Updated the HTTP exception handler to sanitize 500 responses, replacing them with a generic message to prevent sensitive information leakage.
- Preserved detailed messages for other 5xx statuses (e.g., 503, 502) to provide user-friendly feedback while logging the errors server-side.
- Added unit tests to ensure that specific 5xx responses retain their detail for frontend rendering.
2026-04-21 01:19:41 -07:00
Anish Sarkar
54ce2666f5 feat: implement cross-device deduplication for Obsidian connectors using vault fingerprinting and enhance connector management 2026-04-21 04:21:33 +05:30
Anish Sarkar
2d90ed0fec feat: deactivate legacy Obsidian connectors and implement partial unique index for improved upsert handling 2026-04-21 03:18:44 +05:30
CREDO23
5a8ec704fe feat(notion-mcp): add MCP gating in agent, indexer, and health check 2026-04-20 21:02:21 +02:00
CREDO23
8d438f52f5 feat(notion-mcp): add MCP agent tool factories and registry wiring 2026-04-20 21:02:10 +02:00