From 1c704af06d8cbc03eb9bc6e3d093394f7e382371 Mon Sep 17 00:00:00 2001 From: Yoel bassin Date: Mon, 5 Jan 2026 21:12:50 +0200 Subject: [PATCH] update FastMCP instructions --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 1335346..6c2d913 100644 --- a/main.py +++ b/main.py @@ -18,9 +18,7 @@ platform = Platform( ) platform.build_library() -app: FastMCP = FastMCP( - "GNU Radio MCP", instructions="Provide a MCP interface to GNU Radio" -) +app: FastMCP = FastMCP("GNU Radio MCP", instructions="Create GNU Radio flowgraphs") McpPlatformProvider.from_platform_middleware(app, PlatformMiddleware(platform))