繁體中文
如何設定 Cursor 進行 Web 開發
mcp.json
{ "mcpServers": { "Linear": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.linear.app/sse" ] } } }
list all issues related to this project
{ "mcpServers": { "Figma": { "url": "http://127.0.0.1:3845/sse" } } }
ui-components.mdc
--- description: 實作設計和建構 UI --- - 重複使用 `/src/components/ui` 中現有的 UI 元件。這些是我們可以用來建構的基本元件 - 如果找不到任何現有元件能解決問題,請透過編排 ui 元件來建立新元件 - 當缺少元件和設計時,詢問使用者希望如何進行
這個頁面有幫助嗎?