Document and automate Cursor rules adaptation for Astro web app

This commit is contained in:
Frank Schwenk
2025-06-05 18:12:59 +02:00
parent 03cb869a0a
commit f2e11e74e1
13 changed files with 407 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
description:
globs:
alwaysApply: true
---
- Use Model Context Protocol (MCP) servers when available and appropriate
- Leverage MCP for enhanced functionality like file system operations, API integrations, or specialized tools
- Prefer MCP-based solutions over manual implementations when MCP servers are available
- Utilize MCP for better context awareness and cross-system integration
- Check for available MCP servers before implementing custom solutions
- Use MCP for database operations, external API calls, and system integrations when possible
- Ensure MCP usage aligns with security best practices and project requirements