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()
|
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))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user