简体中文
如何为 Web 开发设置 Cursor
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 组件来创建新组件 - 当缺少组件和设计时,询问用户希望如何继续
此页面对您有帮助吗?