AI-Development-Project

sivaneshk23/AI-Development-Project
★ 0 stars Python AI/LLM Updated today
Semester 5 AI Development project focusing on Agentic AI concepts including Agent Loop, MCP Server, Multi-Agent Orchestration, and A2A Protocol.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-development-proje": {
      "command": "uvx",
      "args": [
        "ai-development-project"
      ]
    }
  }
}

Or install with pip: pip install ai-development-project