File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff 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+ ```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments