📦
Arvind Narayan MCP Agents Workshop
Workshop Code
0 installs
Trust: 46 — Fair
Devtools
Installation
npx arvind-narayan-mcp-agents-workshopAsk AI about Arvind Narayan MCP Agents Workshop
Powered by Claude · Grounded in docs
I know everything about Arvind Narayan MCP Agents Workshop. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
This repo contains code you will be developing during the hands on session.
Handy Commands
1. Set Up Virtual Environment
python3 -m venv .
source bin/activate # for Mac users
.Scripts\activate # for windows users
2. Install Packages for the workshop
pip install -r requirements.txt
3. Run MCP server
python 1_MCP/server.py
4. Run MCP inspector
mcp dev 1_MCP/server.py
