Skip to content

sitaggart/design-guide

v0.1.0

Search indexed design-system docs and return cited passages (passage, source, url, system, score).

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

design-guidestdio
{
  "type": "stdio",
  "command": "bun",
  "args": [
    "run",
    "src/server.ts"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "DESIGN_GUIDE_BASE_URL": "${DESIGN_GUIDE_BASE_URL}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "design-guide",
  "version": "0.1.0",
  "description": "Search indexed design-system docs and return cited passages (passage, source, url, system, score).",
  "author": {
    "name": "SiTaggart"
  }
}