mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
fix seting up line
This commit is contained in:
parent
d9c0c0a71c
commit
187873c428
2 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ const MCP_CLIENTS: Array<{
|
|||
{
|
||||
key: "antigravity",
|
||||
name: "Antigravity",
|
||||
tagline: "Manual MCP config for Antigravity IDE",
|
||||
tagline: "MCP config for Antigravity",
|
||||
simpleTitle: "Bring your memory into Antigravity",
|
||||
dev: true,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ export function getManualInstallEntry(clientKey: string): ManualInstallEntry {
|
|||
return {
|
||||
kind: "file",
|
||||
paths:
|
||||
"Antigravity: open your Antigravity MCP configuration and merge this server entry.",
|
||||
"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