mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
Fix Antigravity MCP config path
This commit is contained in:
parent
a78f50b869
commit
cc28111283
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export function getManualInstallEntry(clientKey: string): ManualInstallEntry {
|
|||
return {
|
||||
kind: "file",
|
||||
paths:
|
||||
"Antigravity: ~/.gemini\config\mcp_config.json. Merge the block into your existing [mcp_servers] section.",
|
||||
"Antigravity: ~/.gemini/config/mcp_config.json. Merge the block into your existing [mcp_servers] section.",
|
||||
snippet: ANTIGRAVITY_MCP_SNIPPET,
|
||||
format: "json",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue