bingMapsMCP/example-gemini-settings.json

14 lines
331 B
JSON
Raw Permalink Normal View History

2026-02-04 00:58:10 +00:00
{
"mcpServers": {
"bingMapsMCP": {
"command": "/home/builder/Workspaces/bingMapsMCP/venv/bin/python",
"args": [
"/home/builder/Workspaces/bingMapsMCP/azure_maps_mcp.py"
],
"env": {
"AZURE_MAPS_SUBSCRIPTION_KEY": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}