easy-invoice-pdf/.cursor/mcp.json
VladSez aabdf3f849 feat: enhance README with additional feature link and update Playwright MCP configuration
* add link to discover more features in README
* include Playwright MCP command in configuration and remove obsolete prompts file
2025-09-07 00:38:36 +02:00

12 lines
203 B
JSON

{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}