diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..a23a26fe --- /dev/null +++ b/.mcp.json @@ -0,0 +1,37 @@ +{ + "mcpServers": { + "shadcn": { + "command": "npx", + "args": [ + "shadcn@latest", + "mcp" + ] + }, + "sequential-thinking": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"], + "env": {} + }, + "github": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@modelcontextprotocol/server-github"], + "env": { + "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}" + } + }, + "fetch": { + "type": "stdio", + "command": "uvx", + "args": ["mcp-server-fetch"], + "env": {} + }, + "playwright": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@playwright/mcp@latest"], + "env": {} + } + } +} diff --git a/MIGRATION_SUMMARY.md b/docs/MIGRATION_SUMMARY.md similarity index 100% rename from MIGRATION_SUMMARY.md rename to docs/MIGRATION_SUMMARY.md diff --git a/WEBSOCKET_README.md b/docs/WEBSOCKET_README.md similarity index 100% rename from WEBSOCKET_README.md rename to docs/WEBSOCKET_README.md