Servers
A
Adk Assembly Mcp
@NHTIO
Documentation and assembly review for @nhtio/adk.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"adk": {
"command": "npx",
"args": [
"-y",
"@nhtio/adk@latest"
]
}
}
}