We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e4937c + a379955 commit 1ca075eCopy full SHA for 1ca075e
icon.png
36 KB
manifest.json
@@ -11,6 +11,7 @@
11
"homepage": "https://github.com/garoon/garoon-mcp-server",
12
"documentation": "https://github.com/garoon/garoon-mcp-server/blob/main/README.md",
13
"support": "https://github.com/garoon/garoon-mcp-server/issues",
14
+ "icon": "icon.png",
15
"server": {
16
"type": "node",
17
"entry_point": "dist/index.js",
scripts/build-dxt.sh
@@ -12,6 +12,7 @@ mkdir -p build/tmp
cp package.json \
pnpm-lock.yaml \
manifest.json \
+ icon.png \
LICENSE \
NOTICE \
18
README.md \
0 commit comments