workshop-2-build-an-mcp-server

Constellation-Dealer/workshop-2-build-an-mcp-server
★ 0 stars JavaScript AI/LLM Updated 3d ago
Workshop 02 — build a real MCP server, define a tool, and drive it from an agent loop you can read end to end.
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": {
    "workshop-2-build-an-": {
      "command": "npx",
      "args": [
        "-y",
        "Constellation-Dealer/workshop-2-build-an-mcp-server"
      ]
    }
  }
}