From 1b55c8cd61f8a9d6c411fea5cb667d87a259bb97 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:06:53 +0000 Subject: [PATCH 1/3] feat: add mcp-server-commands to package list Co-Authored-By: Michael Latman --- packages/package-list.json | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/packages/package-list.json b/packages/package-list.json index 9a6fc70..64ebef3 100644 --- a/packages/package-list.json +++ b/packages/package-list.json @@ -369,12 +369,21 @@ "runtime": "python" }, { - "name": "@enescinar/twitter-mcp", - "description": "This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.", - "vendor": "Enes Çınar", - "sourceUrl": "https://github.com/EnesCinr/twitter-mcp", - "homepage": "https://github.com/EnesCinr/twitter-mcp", - "license": "MIT", - "runtime": "node" + "name": "@enescinar/twitter-mcp", + "description": "This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.", + "vendor": "Enes Çınar", + "sourceUrl": "https://github.com/EnesCinr/twitter-mcp", + "homepage": "https://github.com/EnesCinr/twitter-mcp", + "license": "MIT", + "runtime": "node" + }, + { + "name": "mcp-server-commands", + "description": "An MCP server to run commands", + "vendor": "g0t4 (https://github.com/g0t4)", + "sourceUrl": "https://github.com/g0t4/mcp-server-commands", + "homepage": "https://github.com/g0t4/mcp-server-commands", + "license": "MIT", + "runtime": "node" } ] From 42a875c60069cb05dce79fc14234e7483d17be4f 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:22:34 +0000 Subject: [PATCH 2/3] docs: improve mcp-server-commands package description 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 64ebef3..51d27ff 100644 --- a/packages/package-list.json +++ b/packages/package-list.json @@ -379,7 +379,7 @@ }, { "name": "mcp-server-commands", - "description": "An MCP server to run 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.", "vendor": "g0t4 (https://github.com/g0t4)", "sourceUrl": "https://github.com/g0t4/mcp-server-commands", "homepage": "https://github.com/g0t4/mcp-server-commands", 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 3/3] 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",