Skip to content

Commit 142f14f

Browse files
feat: Update gemini-extension.json (#1095)
Updates the gemini-extension.json file to be consistent with the structure of other Gemini CLI extensions. This includes: - Adding a contextFileName - Updating the version - Modifying the mcpServers configuration to use npx to run the latest version of clasp. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 271d206 commit 142f14f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gemini-extension.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "clasp",
33
"description": "Manage Google Apps Script projects with command-line tools.",
4-
"version": "latest",
4+
"version": "1.0.0",
5+
"contextFileName": "gemini.md",
56
"mcpServers": {
6-
"clasp": {
7-
"command": "clasp",
8-
"args": ["mcp"],
9-
"env": {},
10-
"cwd": "./",
11-
"timeout": 30000,
12-
"trust": true
13-
}
7+
"clasp": {
8+
"command": "npx",
9+
"args": ["-y", "@google/clasp@latest", "mcp"],
10+
"env": {
11+
"IS_GEMINI_CLI_EXTENSION": "true"
12+
}
13+
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)