Skip to content

Commit 0ad919b

Browse files
authored
Chore/plugin metadata v0.2.0 (#531)
Bump plugin.json and marketplace.json versions to 0.2.0, add marketplace displayName, and refine descriptions.
1 parent acc69e0 commit 0ad919b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "desktop-commander",
3+
"displayName": "Desktop Commander",
34
"owner": {
45
"name": "Desktop Commander",
56
"email": "es@desktopcommander.app"
67
},
78
"metadata": {
8-
"description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data",
9-
"version": "0.1.0"
9+
"description": "MCP server for terminal, command-line access, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data",
10+
"version": "0.2.0"
1011
},
1112
"plugins": [
1213
{
1314
"name": "desktop-commander",
1415
"displayName": "Desktop Commander",
1516
"source": "./plugins/claude",
16-
"description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data"
17+
"description": "MCP server for terminal shell commands, process management, and file operations across text, coding, PDF, DOCX, Excel, images, and structured data"
1718
}
1819
]
1920
}

plugins/claude/.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "desktop-commander",
33
"displayName": "Desktop Commander",
4-
"version": "0.1.0",
5-
"description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data",
4+
"version": "0.2.0",
5+
"description": "MCP server for terminal commands, process management, and file operations across text files, code, PDF, DOCX, Excel, images, and structured data",
66
"author": {
77
"name": "Desktop Commander",
88
"email": "es@desktopcommander.app"

0 commit comments

Comments
 (0)