About Arvind Narayan MCP Agents Workshop
Arvind Narayan MCP Agents Workshop is an MCP server published by iflow-mcp in the Developer Tools category: workshop Code. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx arvind-narayan-mcp-agents-workshopThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Arvind Narayan MCP Agents Workshop
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
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
README mirrored from the source repository 3 months ago. The original is authoritative.