Replies: 1 comment
|
@mcp.tool(
meta={
"ui": {
"resourceUri": VIEW_URI,
"visibility": ["model", "app"],
}
}
)
async def my_tool():
...You can verify the wire shape by running {
"_meta": {
"ui": {
"resourceUri": "ui://..."
}
}
}Linking the tool is only half of the App. The server also needs to serve The older flat |
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
Question Category
Your Question
I see fastMcp doesn't have support for _meta tag but works with meta. Is it correct functionality? Has everybody stopped working with python, each example is about react, js, ts, solid, svelte etc.
@mcp.tool(
meta={
"ui": {"resourceUri": VIEW_URI}
}
)
All reactions