|
4 | 4 | "name": "Google Maps", |
5 | 5 | "alias": "google-maps", |
6 | 6 | "description": "Search for places, get directions, geocode addresses, and compute distance matrices using the Google Maps Platform APIs.", |
7 | | - "icon": "https://avatars.githubusercontent.com/u/182288589?v=4", |
| 7 | + "icon": "https://avatars.githubusercontent.com/u/1342004?v=4", |
8 | 8 | "schema_version": "2.1", |
9 | | - "categories": ["search"], |
10 | | - "tags": ["google-maps", "maps", "geocoding", "directions", "places", "location"], |
11 | | - |
| 9 | + "categories": [ |
| 10 | + "search" |
| 11 | + ], |
| 12 | + "tags": [ |
| 13 | + "google-maps", |
| 14 | + "maps", |
| 15 | + "geocoding", |
| 16 | + "directions", |
| 17 | + "places", |
| 18 | + "location" |
| 19 | + ], |
12 | 20 | "transport": { |
13 | 21 | "type": "stdio", |
14 | 22 | "command": "npx", |
15 | | - "args": ["-y", "@modelcontextprotocol/server-google-maps"], |
| 23 | + "args": [ |
| 24 | + "-y", |
| 25 | + "@modelcontextprotocol/server-google-maps" |
| 26 | + ], |
16 | 27 | "env": { |
17 | 28 | "GOOGLE_MAPS_API_KEY": "${input:GOOGLE_MAPS_API_KEY}" |
18 | 29 | }, |
|
22 | 33 | "id": "GOOGLE_MAPS_API_KEY", |
23 | 34 | "label": "Google Maps API Key", |
24 | 35 | "description": "API key for Google Maps Platform. Enable Places, Directions, and Geocoding APIs.", |
25 | | - "type": "password", |
| 36 | + "type": "text", |
26 | 37 | "required": true, |
27 | 38 | "secret": true, |
28 | 39 | "placeholder": "AIzaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", |
|
35 | 46 | ] |
36 | 47 | } |
37 | 48 | }, |
38 | | - |
39 | 49 | "auth": { |
40 | 50 | "type": "api_key", |
41 | 51 | "instructions": "Create a Google Maps API key at https://console.cloud.google.com/apis/credentials" |
42 | 52 | }, |
43 | | - |
44 | 53 | "contributor": { |
45 | 54 | "name": "Model Context Protocol", |
46 | 55 | "github": "modelcontextprotocol", |
47 | 56 | "url": "https://modelcontextprotocol.io" |
48 | 57 | }, |
49 | | - |
50 | 58 | "links": { |
51 | 59 | "repository": "https://github.com/modelcontextprotocol/servers", |
52 | 60 | "homepage": "https://developers.google.com/maps", |
53 | 61 | "documentation": "https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps#readme" |
54 | 62 | }, |
55 | | - |
56 | | - "platforms": ["all"], |
57 | | - |
| 63 | + "platforms": [ |
| 64 | + "all" |
| 65 | + ], |
58 | 66 | "capabilities": { |
59 | 67 | "tools": true, |
60 | 68 | "resources": false, |
|
0 commit comments