Moving from Typescript agent library where I was able to provide a remote MCP server in the tools option of a RealtimeAgent. From what I see with the .NET sdk, the only available option is to do ...
ibmi-mcp-server/ ├── server/ ← MCP server implementation (main package) ├── tools/ ← SQL tool YAML configurations ├── agents/ ← Agent implementations and examples └── apps/ ← Deployment configurations ...