mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-04 06:01:15 -07:00
12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"name": "mcp-server-example",
|
|
"version": "1.0.0",
|
|
"description": "Example MCP Server for Gemini CLI Extension",
|
|
"type": "module",
|
|
"main": "example.js",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.23.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|