Install
Option 1: the hosted MCP server (no code in the loop)
Danube’s MCP server athttps://mcp.danubeai.com/mcp already exposes search, describe, execute and the rest. Register it and allow the tools you want:
groups: ['core'] asks the server for its small core tool list (see MCP tool groups); omit it for everything.
Option 2: in-process tools
The same three tools as every other adapter, served through the SDK’s own MCP server. The SDK’stool helper and zod are passed in, so danube adds no dependency:
danubeSdkTools: serviceId, readyOnly, maxResults.
