Skip to content

Commit a029d37

Browse files
authored
Add Gemini CLI extension manifest (#436)
1 parent b3dfe1a commit a029d37

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

gemini-extension.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "desktop-commander",
3+
"version": "1.0.0",
4+
"description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data",
5+
"mcpServers": {
6+
"desktop-commander": {
7+
"command": "npx",
8+
"args": ["-y", "@wonderwhy-er/desktop-commander"]
9+
}
10+
},
11+
"contextFileName": "README.md",
12+
"excludeTools": []
13+
}

0 commit comments

Comments
 (0)