Skip to content

Commit 646880a

Browse files
authored
feat: add gemini-extension.json (#1)
1 parent 16042fa commit 646880a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

gemini-extension.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "developer-knowledge",
3+
"version": "0.1.0",
4+
"description": "Search and retrieve documentation for Google developer products.",
5+
"repository": "https://github.com/gemini-cli-extensions/developer-knowledge",
6+
"mcpServers": {
7+
"developer-knowledge": {
8+
"httpUrl": "https://developerknowledge.googleapis.com/mcp",
9+
"authProviderType": "google_credentials",
10+
"oauth": {
11+
"scopes": ["https://www.googleapis.com/auth/cloud-platform"]
12+
},
13+
"timeout": 30000
14+
}
15+
},
16+
"contextFileName": "GEMINI.md"
17+
}

0 commit comments

Comments
 (0)