ian-cowley/AgentDevKit
A native C# Agent Development Kit (ADK) for building LLM-powered agents with Google Gemini and Model Context Protocol (MCP).
Platform-specific configuration:
{
"mcpServers": {
"AgentDevKit": {
"command": "npx",
"args": [
"-y",
"AgentDevKit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...