update FastMCP instructions
This commit is contained in:
parent
664c2adedc
commit
1c704af06d
4
main.py
4
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))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user