mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-09 16:36:40 -07:00
7e2ffd7a80
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "mcp-server-example",
|
|
"version": "1.0.0",
|
|
"mcpServers": {
|
|
"nodeServer": {
|
|
"command": "node",
|
|
"args": ["${extensionPath}${/}dist${/}example.js"],
|
|
"cwd": "${extensionPath}"
|
|
}
|
|
}
|
|
}
|