Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 738 Bytes

File metadata and controls

22 lines (14 loc) · 738 Bytes

.cursor

The .cursor directory contains configuration files for Cursor IDE integration:

Files Included:

  • mcp.json - Configuration file that makes the MCP server available to the coding agent
  • rules/evaluate-tool-call.mdc - Ruleset that instructs the coding agent to use the evaluate_tool_call function after making tool calls

Usage:

  1. Copy the entire .cursor directory into your Cursor project root
  2. The MCP server will be automatically available to the coding agent
  3. The evaluation rules will be applied to enhance tool call reliability

Installation

Simply copy the desired configuration directory to your target project:

cp -r example_configs/.cursor /path/to/your/project/