@amap/amap-maps-mcp-server
Advanced tools
+6
-3
@@ -163,3 +163,3 @@ #!/usr/bin/env node | ||
| type: "string", | ||
| description: "起点经度,纬度,可以传多个坐标,使用分号隔离,比如120,30;120,31,坐标格式为:经度,纬度" | ||
| description: "起点经度,纬度,可以传多个坐标,使用竖线隔离,比如120,30|120,31,坐标格式为:经度,纬度" | ||
| }, | ||
@@ -403,2 +403,3 @@ destination: { | ||
| alias: poi.alias, | ||
| photos: poi.photos && poi.photos.length > 0 ? poi.photos[0] : undefined, | ||
| ...poi.biz_ext | ||
@@ -705,3 +706,4 @@ }, null, 2) | ||
| address: poi.address, | ||
| typecode: poi.typecode | ||
| typecode: poi.typecode, | ||
| photos: poi.photos && poi.photos.length > 0 ? poi.photos[0] : undefined | ||
| }; | ||
@@ -741,3 +743,4 @@ }) | ||
| address: poi.address, | ||
| typecode: poi.typecode | ||
| typecode: poi.typecode, | ||
| photos: poi.photos && poi.photos.length > 0 ? poi.photos[0] : undefined | ||
| }; | ||
@@ -744,0 +747,0 @@ }) |
+1
-1
| { | ||
| "name": "@amap/amap-maps-mcp-server", | ||
| "version": "0.0.7", | ||
| "version": "0.0.8", | ||
| "description": "MCP server for using the AMap Maps API", | ||
@@ -5,0 +5,0 @@ "author": "高德地图开放平台, PBC (https://lbs.amap.com)", |
+1
-1
@@ -23,3 +23,3 @@ # AMap Map MCP Server | ||
| "env": { | ||
| "AMAP_MAPS_API_KEY": "" | ||
| "AMAP_MAPS_API_KEY":"<YOUR_API_KEY>" | ||
| } | ||
@@ -26,0 +26,0 @@ } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
32732
0.95%841
0.36%