From 0efb13fc20502402edeff0b6a9bc742004c5adf0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:24:51 +0000 Subject: [PATCH] docs: simplify mcp-server-commands package description to one sentence Co-Authored-By: Michael Latman --- packages/package-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/package-list.json b/packages/package-list.json index 51d27ff..926aa1a 100644 --- a/packages/package-list.json +++ b/packages/package-list.json @@ -379,7 +379,7 @@ }, { "name": "mcp-server-commands", - "description": "MCP server for executing shell commands and scripts via LLMs. Provides run_command for direct shell commands (ls, hostname) and run_script for running code through interpreters (bash, python). Includes safety features for command review.", + "description": "MCP server enabling LLMs to execute shell commands and run scripts through various interpreters with built-in safety controls.", "vendor": "g0t4 (https://github.com/g0t4)", "sourceUrl": "https://github.com/g0t4/mcp-server-commands", "homepage": "https://github.com/g0t4/mcp-server-commands",