pub fn meta_tool_provider() -> Result<Box<dyn ToolProvider>, SynwireError>Expand description
Build a tool provider for meta.* tools (opt-in).
The returned provider includes:
meta.search(semantic tool search viaToolSearchIndex)meta.list(list available tools with optional namespace filter)
ยงErrors
Returns SynwireError if any tool fails validation.