0.2.0 (2026-05-05)
- plugin: add
mode="search_and_execute"for LLM-driven tool discovery — registers two meta tools (tool_search,tool_execute) instead of the full catalog - plugin: add
searchandexecuteconfig params, forwarded toStackOneToolSet - exports: re-export
SearchConfig,SearchMode,ExecuteToolsConfigfromstackone_ai - examples: new
search_and_execute_agent.pydemonstrating meta-tool discovery
- bump
stackone-ai[mcp]floor to>=2.8.0(required formode="search_and_execute")
- initial release of the StackOne ADK plugin
- dynamic tool discovery from connected SaaS providers via StackOne's MCP endpoint
- automatic account-id discovery with optional
providers/actions/account_idsfilters StackOneAdkTooladapter — JSON Schema →FunctionDeclaration, syncexecute()→ asyncrun_async()