Skip to content

Commit 186dc0b

Browse files
committed
Add icon
1 parent 41fc6c1 commit 186dc0b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,11 @@ Provide port specified in: _Settings | Tools | MCP Server_
1212
## Troubleshooting
1313
* Check Claude Desktop has version 0.11.6+
1414
* After changing port in settings you have to restart Claude
15-
* Built-in Node might not work, switch to local in _Claude Client | Preferences | Extensions | Use Built-in Node.js for MCP_
15+
* Built-in Node might not work, switch to local in _Claude Client | Preferences | Extensions | Use Built-in Node.js for MCP_
16+
17+
## Developer guide
18+
To publish new release:
19+
```
20+
git tag dxt-v1.0.2
21+
git push origin dxt-v1.0.2
22+
```

assets/icon.png

136 KB
Loading

manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"homepage": "https://www.jetbrains.com/",
1010
"documentation": "https://github.com/JetBrains/mcp-server-plugin",
11+
"icon": "assets/icon.png",
1112
"server": {
1213
"type": "node",
1314
"entry_point": "dist/src/index.js",

0 commit comments

Comments
 (0)