Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 758 Bytes

File metadata and controls

43 lines (34 loc) · 758 Bytes

@annondeveloper/ui-kit — VS Code / Copilot Integration

Connect VS Code with GitHub Copilot or any MCP-compatible extension to the ui-kit component library.

Setup with Copilot Chat (MCP support)

Add to .vscode/mcp.json in your project:

{
  "servers": {
    "ui-kit": {
      "type": "sse",
      "url": "https://ui-kit-mcp.annondeveloper.workers.dev/sse"
    }
  }
}

Setup with Continue.dev

Add to ~/.continue/config.json:

{
  "mcpServers": [
    {
      "name": "ui-kit",
      "transport": {
        "type": "sse",
        "url": "https://ui-kit-mcp.annondeveloper.workers.dev/sse"
      }
    }
  ]
}

Local Server (alternative)

npm install @annondeveloper/ui-kit
npx @annondeveloper/ui-kit mcp