Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion manifest.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
{
"name": "edit_block",
"description": "Apply surgical text replacements to files. Make small, focused edits with minimal context for precision."
"description": "Apply surgical edits to files. Supports text replacement (old_string/new_string) with fuzzy matching for text files, and range updates (range/content) for Excel files."
},
{
"name": "start_process",
Expand Down Expand Up @@ -133,6 +133,10 @@
{
"name": "get_prompts",
"description": "Browse and retrieve curated Desktop Commander prompts for various tasks and workflows."
},
{
"name": "execute_node",
"description": "Execute Node.js code directly using the MCP server's Node runtime. Supports ES modules with top-level await."
}
],
"keywords": [
Expand Down
Loading