From 6761c14126c6bf0e1c0d769e2c42d8f8bdc99876 Mon Sep 17 00:00:00 2001 From: BLIAL OTHMANE Date: Fri, 28 Mar 2025 07:37:09 +0100 Subject: [PATCH 1/2] Update README.md A prototype MCP-like server using DeepSeek API that exposes endpoints for listing tools, running shell commands, and integrating with AI chat to trigger command execution via special instructions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2c316f1..0673413a 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ Run commands, capture output and otherwise interact with shells and command line - [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - Run any command with `run_command` and `run_script` tools. - [MladenSU/cli-mcp-server](https://github.com/MladenSU/cli-mcp-server) 🐍 🏠 - Command line interface with secure execution and customizable security policies - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) A secure shell command execution server implementing the Model Context Protocol (MCP) +- [OthmaneBlial/term_mcp_deepseek](https://github.com/OthmaneBlial/term_mcp_deepseek) A DeepSeek MCP-like Server for Terminal ### 💬 Communication From 8c505d79f89a90d059f7b57add9f7b955565a5ae Mon Sep 17 00:00:00 2001 From: BLIAL OTHMANE Date: Fri, 28 Mar 2025 16:37:29 +0000 Subject: [PATCH 2/2] add icons --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0673413a..e0fc7ab2 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Run commands, capture output and otherwise interact with shells and command line - [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - Run any command with `run_command` and `run_script` tools. - [MladenSU/cli-mcp-server](https://github.com/MladenSU/cli-mcp-server) 🐍 🏠 - Command line interface with secure execution and customizable security policies - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) A secure shell command execution server implementing the Model Context Protocol (MCP) -- [OthmaneBlial/term_mcp_deepseek](https://github.com/OthmaneBlial/term_mcp_deepseek) A DeepSeek MCP-like Server for Terminal +- [OthmaneBlial/term_mcp_deepseek](https://github.com/OthmaneBlial/term_mcp_deepseek) 🐍 🏠 - A DeepSeek MCP-like Server for Terminal ### 💬 Communication