Skip to content

Commit 33fae28

Browse files
authored
Add anthropic and mcp to electron example (#14627)
fixed #14626 Signed-off-by: Jonas Helming <[email protected]>
1 parent bc444e2 commit 33fae28

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

examples/electron/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
}
2727
},
2828
"dependencies": {
29+
"@theia/ai-anthropic": "1.56.0",
2930
"@theia/ai-chat": "1.56.0",
3031
"@theia/ai-chat-ui": "1.56.0",
3132
"@theia/ai-code-completion": "1.56.0",
3233
"@theia/ai-core": "1.56.0",
3334
"@theia/ai-history": "1.56.0",
3435
"@theia/ai-huggingface": "1.56.0",
3536
"@theia/ai-llamafile": "1.56.0",
37+
"@theia/ai-mcp": "1.56.0",
3638
"@theia/ai-ollama": "1.56.0",
3739
"@theia/ai-openai": "1.56.0",
3840
"@theia/ai-scanoss": "1.56.0",

examples/electron/tsconfig.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
{
1212
"path": "../../dev-packages/cli"
1313
},
14+
{
15+
"path": "../../packages/ai-anthropic"
16+
},
1417
{
1518
"path": "../../packages/ai-chat"
1619
},
@@ -32,6 +35,9 @@
3235
{
3336
"path": "../../packages/ai-llamafile"
3437
},
38+
{
39+
"path": "../../packages/ai-mcp"
40+
},
3541
{
3642
"path": "../../packages/ai-ollama"
3743
},

0 commit comments

Comments
 (0)