Skip to content

Commit c6927c6

Browse files
committed
chore: update
1 parent 9a60690 commit c6927c6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

lua/LoneExile/editor/ai/avante.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ M.keys = {
3232
desc = 'Clear',
3333
mode = 'n',
3434
},
35+
-- AvanteModels
36+
{
37+
'<leader>cm',
38+
'<cmd>AvanteModels<CR>',
39+
desc = 'Avante Models',
40+
mode = 'n',
41+
},
3542
{
3643
'<leader>cn',
3744
'<cmd>AvanteConflictNextConflict<CR>',

resources/mcphub/servers.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"yaml"
1010
],
1111
"command": "npx",
12-
"disabled": true,
12+
"disabled": false,
1313
"env": []
1414
},
1515
"awslabs.aws-api-mcp-server": {
@@ -34,6 +34,20 @@
3434
"FASTMCP_LOG_LEVEL": "ERROR"
3535
}
3636
},
37+
"github": {
38+
"headers": {
39+
"Authorization": "Bearer ${GITHUB_API_KEY}"
40+
},
41+
"url": "https://api.githubcopilot.com/mcp/"
42+
},
43+
"memory": {
44+
"args": [
45+
"-y",
46+
"@modelcontextprotocol/server-memory"
47+
],
48+
"command": "npx",
49+
"disabled": true
50+
},
3751
"playwright": {
3852
"args": [
3953
"@playwright/mcp@latest"

0 commit comments

Comments
 (0)