Files
my-pal-mcp-server/examples/claude_config_windows.json
Fahad ce40cd8f26 style: add missing newlines at end of files
Add newlines at end of JSON example files and batch script
for consistent formatting.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-09 19:55:07 +04:00

11 lines
204 B
JSON

{
"mcpServers": {
"gemini": {
"command": "C:\\Users\\YOUR_USERNAME\\gemini-mcp-server\\run_gemini.bat",
"env": {
"GEMINI_API_KEY": "your-gemini-api-key-here"
}
}
}
}