Hi,
Thanks for this great project. It helped me bug a tricky apps script I had.
You can add an example of using the mcp server with gemini-cli:
.gemini/settings.json
:
{
"mcpServers": {
"clasp": {
"command": "clasp",
"args": ["mcp"],
"env": {},
"cwd": "./",
"timeout": 30000,
"trust": true
}
}
}