Commit 96ce96b
authored
New MCP Chat Client Plugin (#4382)
* Completed initial implementation
Signed-off-by: Lucifergene <[email protected]>
* prettier-fixes
Signed-off-by: Lucifergene <[email protected]>
* updated code-owners
Signed-off-by: Lucifergene <[email protected]>
* removed packages
Signed-off-by: Lucifergene <[email protected]>
* renamed plugin
Signed-off-by: Lucifergene <[email protected]>
* added unit tests
Signed-off-by: Lucifergene <[email protected]>
* tsc fix
Signed-off-by: Lucifergene <[email protected]>
* review-fixes
Signed-off-by: Lucifergene <[email protected]>
* review-fixes-2
Signed-off-by: Lucifergene <[email protected]>
* review-fixes-3
Signed-off-by: Lucifergene <[email protected]>
* review-fixes-all
Signed-off-by: Lucifergene <[email protected]>
* updated docs
Signed-off-by: Lucifergene <[email protected]>
* fixed failing tests
Signed-off-by: Lucifergene <[email protected]>
* new review comments
Signed-off-by: Lucifergene <[email protected]>
* new review comments contd
Signed-off-by: Lucifergene <[email protected]>
---------
Signed-off-by: Lucifergene <[email protected]>1 parent 9f1486f commit 96ce96b
File tree
96 files changed
+41905
-1
lines changed- .github
- workspaces/mcp-chat
- .changeset
- docs
- images
- plugins
- mcp-chat-backend
- dev
- src
- providers
- services
- mcp-chat
- dev
- src
- api
- components
- BotIcon
- ChatContainer
- ChatPage
- RightPane
- hooks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
96 files changed
+41905
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
| 120 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments