Unify MCP across clients; remove legacy plugin server
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled

This commit is contained in:
DSS
2025-12-12 14:33:18 -03:00
parent 1d53ec341d
commit ec09a0a662
60 changed files with 3451 additions and 4668 deletions

View File

@@ -206,11 +206,13 @@ export default create({
## Server Configuration
DSS Storybook runs on port 6006 by default:
DSS Storybook runs on port `6226` by default:
- Host: 0.0.0.0 (configurable)
- Port: 6006 (configurable)
- Port: 6226 (configurable via `STORYBOOK_PORT`)
- Auto-open: disabled by default
Many target projects still run Storybook on `6006`/`6007`; DSS service discovery can detect those running instances.
## Best Practices
1. **Story Organization**