ward-copilot-mcp-server

hari38380/ward-copilot-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated today
An MCP server.
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": {
    "ward-copilot-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "hari38380/ward-copilot-mcp-server"
      ]
    }
  }
}

README Excerpt

Template focused on rich, interactive widget experiences (map/list/detail flows) using the NitroStack widget SDK patterns. - Widget-heavy module and UI structure - Interactive examples for advanced frontends - Optional map provider integration pattern - Studio-friendly development workflow ```bash npx @nitrostack/cli init my-pizzaz-app --template typescript-pizzaz