We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16042fa commit 646880aCopy full SHA for 646880a
gemini-extension.json
@@ -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