@mcpflow.io/mcp-google-maps
Version:
位置服务、方向指引和地点详情。
42 lines • 1.14 kB
JSON
{
"name": "@mcpflow.io/mcp-google-maps",
"version": "1.0.2",
"description": "位置服务、方向指引和地点详情。",
"license": "MIT License",
"author": "Anthropic, PBC (https://anthropic.com)",
"homepage": "https://modelcontextprotocol.io",
"bugs": "https://github.com/modelcontextprotocol/servers/issues",
"type": "module",
"bin": {
"mcp-server-google-maps": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"start": "node index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1",
"@types/node-fetch": "^2.6.12",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"shx": "^0.3.4",
"typescript": "^5.6.2"
},
"mcpflow": {
"originalName": "@modelcontextprotocol/server-google-maps",
"mcpId": "8964b215-bd27-41b8-ab89-0cc69ca8532a",
"developer": "modelcontextprotocol",
"gitRepo": "https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps",
"callType": "CLI"
},
"keywords": [
"mcpflow",
"mcp"
]
}