/** * Cursor Provider * * Loads configuration from Cursor's config directories. * Priority: 50 (tool-specific provider) * * Sources: * - User: ~/.cursor * - Project: .cursor/ (cwd only) * * Capabilities: * - rules: From rules/*.mdc files with MDC frontmatter (description, globs, alwaysApply) * - settings: From settings.json if present * * MCP servers are intentionally NOT inherited live from Cursor config: GJC owns * MCP runtime execution. Use `gjc mcp import cursor` to copy definitions into * GJC's own mcp.json instead. */ export {};