We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8583382 commit 6d65e01Copy full SHA for 6d65e01
1 file changed
README.md
@@ -46,6 +46,24 @@ Below is the config to start the server using `java`.
46
}
47
```
48
49
+It's better to use [jbang](https://www.jbang.dev/) to run a JAR file.
50
+
51
+```json
52
+{
53
+ "mcpServers": {
54
+ "amap": {
55
+ "command": "jbang",
56
+ "args": [
57
+ "https://github.com/JavaAIDev/amap-mcp-server/releases/download/v0.9.0/amap-mcp-server.jar"
58
+ ],
59
+ "env": {
60
+ "AMAP_API_KEY": "YOUR_AMAP_API_KEY"
61
+ }
62
63
64
+}
65
+```
66
67
The config below starts the server using a container image.
68
69
```json
0 commit comments