Commit 92255df
committed
Merge remote-tracking branch 'origin/v5' into v5-ee
# Conflicts:
# docs/docs/features/mcp-server.mdx
# docs/docs/misc/service-ping.mdx
# packages/web/src/app/(app)/settings/accountAskAgent/page.tsx
# packages/web/src/app/(app)/settings/layout.tsx
# packages/web/src/app/(app)/settings/license/types.ts
# packages/web/src/app/(app)/settings/workspaceAskAgent/page.test.tsx
# packages/web/src/app/(app)/settings/workspaceAskAgent/page.tsx
# packages/web/src/app/(app)/settings/workspaceAskAgent/workspaceAskAgentPage.tsx
# packages/web/src/app/api/(client)/client.ts
# packages/web/src/app/api/(server)/ee/askmcp/callback/route.test.ts
# packages/web/src/app/api/(server)/ee/askmcp/callback/route.ts
# packages/web/src/app/api/(server)/ee/askmcp/configuration/route.test.ts
# packages/web/src/app/api/(server)/ee/askmcp/configuration/route.ts
# packages/web/src/app/api/(server)/ee/askmcp/connect/route.test.ts
# packages/web/src/app/api/(server)/ee/askmcp/connect/route.ts
# packages/web/src/app/api/(server)/ee/askmcp/servers/route.test.ts
# packages/web/src/app/api/(server)/ee/askmcp/servers/route.ts
# packages/web/src/app/api/(server)/ee/askmcp/tools/route.test.ts
# packages/web/src/app/api/(server)/ee/askmcp/tools/route.ts
# packages/web/src/app/api/(server)/ee/chat/route.ts
# packages/web/src/ee/features/chat/agent.ts
# packages/web/src/ee/features/chat/components/chatThread/chatThread.tsx
# packages/web/src/ee/features/chat/components/chatThread/chatThreadListItem.tsx
# packages/web/src/ee/features/chat/components/chatThread/detailsCard.test.tsx
# packages/web/src/ee/features/chat/components/chatThread/mcpFailedServersBanner.tsx
# packages/web/src/ee/features/chat/components/chatThread/toolApprovalBanner.tsx
# packages/web/src/ee/features/chat/components/chatThread/tools/jsonHighlighter.tsx
# packages/web/src/ee/features/chat/components/chatThread/tools/mcpToolComponent.tsx
# packages/web/src/ee/features/chat/components/chatThread/tools/toolSearchToolComponent.tsx
# packages/web/src/ee/features/chat/components/chatThreadPanel.test.tsx
# packages/web/src/ee/features/chat/components/chatThreadPanel.tsx
# packages/web/src/ee/features/chat/mcp/actions.test.ts
# packages/web/src/ee/features/chat/mcp/actions.ts
# packages/web/src/ee/features/chat/mcp/components/connectorCard.tsx
# packages/web/src/ee/features/chat/mcp/components/connectorToolDisclosure.test.tsx
# packages/web/src/ee/features/chat/mcp/components/connectorToolDisclosure.tsx
# packages/web/src/ee/features/chat/mcp/components/connectorToolUsageDisclosure.tsx
# packages/web/src/ee/features/chat/mcp/hooks/useMcpToolMetadata.ts
# packages/web/src/ee/features/chat/mcp/mcpClientFactory.test.ts
# packages/web/src/ee/features/chat/mcp/mcpClientFactory.ts
# packages/web/src/ee/features/chat/mcp/mcpToolSets.ts
# packages/web/src/ee/features/chat/mcp/types.ts
# packages/web/src/features/billing/planComparisonTable.tsx
# packages/web/src/features/chat/components/chatBox/chatBoxPlusButton.tsx
# packages/web/src/features/chat/mcpOAuthDraft.test.ts
# packages/web/src/features/chat/mcpOAuthDraft.ts
# packages/web/src/middleware/withAuth.test.ts19 files changed
Lines changed: 2070 additions & 4 deletions
File tree
- docs/docs/misc
- packages
- db/prisma/migrations/20260529214711_add_mcp_connectors_tables
- web/src
- app/(app)/settings
- accountAskAgent
- workspaceAskAgent
- ee/features/chat/mcp
- features
- chat
- components/chatBox
- mcp
- middleware
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments