Skip to content

Commit 2a68462

Browse files
committed
Release v0.2.14
1 parent 133d2e4 commit 2a68462

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wonderwhy-er/desktop-commander",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "MCP server for terminal operations and file editing",
55
"mcpName": "io.github.wonderwhy-er/desktop-commander",
66
"license": "MIT",
@@ -87,4 +87,4 @@
8787
"shx": "^0.3.4",
8888
"typescript": "^5.3.3"
8989
}
90-
}
90+
}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
33
"name": "io.github.wonderwhy-er/desktop-commander",
44
"description": "Advanced terminal and file operations MCP server that enables AI to execute commands, manage processes, search/edit files, and perform data analysis with full interactive process control",
5-
"version": "0.2.13",
5+
"version": "0.2.14",
66
"homepage": "https://github.com/wonderwhy-er/DesktopCommanderMCP",
77
"repository": {
88
"type": "git",
@@ -34,7 +34,7 @@
3434
{
3535
"registry_type": "npm",
3636
"identifier": "@wonderwhy-er/desktop-commander",
37-
"version": "0.2.13"
37+
"version": "0.2.14"
3838
}
3939
],
4040
"capabilities": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.2.13';
1+
export const VERSION = '0.2.14';

0 commit comments

Comments
 (0)