HW06-Dual-AI-agent-race-via-MCP-servers

Nell-Kh/HW06-Dual-AI-agent-race-via-MCP-servers
★ 0 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hw06-dual-ai-agent-r": {
      "command": "uvx",
      "args": [
        "hw06-dual-ai-agent-race-via-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install hw06-dual-ai-agent-race-via-mcp-servers

README Excerpt

This is the repository for HW06.