update FastMCP instructions

This commit is contained in:
Yoel bassin 2026-01-05 21:12:50 +02:00
parent 664c2adedc
commit 1c704af06d

View File

@ -18,9 +18,7 @@ platform = Platform(
) )
platform.build_library() platform.build_library()
app: FastMCP = FastMCP( app: FastMCP = FastMCP("GNU Radio MCP", instructions="Create GNU Radio flowgraphs")
"GNU Radio MCP", instructions="Provide a MCP interface to GNU Radio"
)
McpPlatformProvider.from_platform_middleware(app, PlatformMiddleware(platform)) McpPlatformProvider.from_platform_middleware(app, PlatformMiddleware(platform))