Skip to content

Commit 62e0dac

Browse files
authored
Fix: update Gemini CLI extension config file (#1092)
* Feat: Added config file to turn the repo into a Gemini CLI extension that supports MCP server * fix: Added description field to Gemini CLI extension config file and fixed version
1 parent 3b4bb8a commit 62e0dac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gemini-extension.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "clasp",
3-
"version": "latest",
4-
"mcpServers": {
2+
"name": "clasp",
3+
"description": "Manage Google Apps Script projects with command-line tools.",
4+
"version": "latest",
5+
"mcpServers": {
56
"clasp": {
67
"command": "clasp",
78
"args": ["mcp"],
@@ -11,4 +12,4 @@
1112
"trust": true
1213
}
1314
}
14-
}
15+
}

0 commit comments

Comments
 (0)