Skip to content

Commit 9dbffe0

Browse files
authored
feat: add utm_source to MCP URL (#16)
Add `utm_source=gemini-extension` to `gemini-extension.json` to track Supabase Gemini CLI extension usage
1 parent 42aed26 commit 9dbffe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"contextFileName": "SUPABASE.md",
66
"mcpServers": {
77
"supabase": {
8-
"httpUrl": "https://mcp.supabase.com/mcp"
8+
"httpUrl": "https://mcp.supabase.com/mcp?utm_source=gemini-extension"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)