From 06e625dc167a5d6ae6752dd1aebb25ea7cf1d5a0 Mon Sep 17 00:00:00 2001 From: Yoel Bassin Date: Mon, 28 Apr 2025 10:03:14 +0300 Subject: [PATCH 1/2] Add new gnuradioMCP server --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6c158bd..2c480b0f 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,8 @@ Provides access to documentation and shortcuts for working on embedded devices. - [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF. +- [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 📡 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. + ### 📂 File Systems Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories. From e390919901e69bf5ee7447996af44e022620087e Mon Sep 17 00:00:00 2001 From: Julius Date: Mon, 28 Apr 2025 11:50:06 +0300 Subject: [PATCH 2/2] Fix using index emojis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c480b0f..6f015b5a 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF. -- [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 📡 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. +- [yoelbassin/gnuradioMCP](https://github.com/yoelbassin/gnuradioMCP) 🐍 📟 🏠 - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts. ### 📂 File Systems