Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
- Remove legacy admin-ui/js/ vanilla JS components - Add .dss/ directory with core tokens, skins, themes - Add Storybook configuration and generated stories - Add DSS management scripts (dss-services, dss-init, dss-setup, dss-reset) - Add MCP command definitions for DSS plugin - Add Figma sync architecture and scripts - Update pre-commit hooks with documentation validation - Fix JSON trailing commas in skin files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
672 B
JSON
18 lines
672 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/anthropics/claude-code/main/schemas/mcp-servers.schema.json",
|
|
"mcpServers": {
|
|
"dss": {
|
|
"command": "/home/overbits/dss/.venv/bin/python3",
|
|
"args": ["/home/overbits/dss/dss-claude-plugin/servers/dss-mcp-server.py"],
|
|
"env": {
|
|
"PYTHONPATH": "/home/overbits/dss:/home/overbits/dss/dss-claude-plugin",
|
|
"DSS_HOME": "/home/overbits/dss/.dss",
|
|
"DSS_DATABASE": "/home/overbits/dss/.dss/dss.db",
|
|
"DSS_CACHE": "/home/overbits/dss/.dss/cache",
|
|
"DSS_BASE_PATH": "/home/overbits/dss"
|
|
},
|
|
"description": "Design System Server MCP - local development"
|
|
}
|
|
}
|
|
}
|