Reference Documentation

March 9, 2026 · View on GitHub

Lookup tables generated from source. When source changes, update these docs.

Files

FileSourceWhat it covers
config-schema.mdsrc/config.ts, package.jsonAll cursorDrive.* settings with types, defaults, constraints
mcp-overview.mdMCP concepts, transport, registration, Apps, security — maps our implementation to the MCP guide
mcp-tools.mdsrc/mcpServer.tsOperator and Agent Screen (S-AS) tools, TTS, drive mode — parameters and return values
commands-and-shortcuts.mdpackage.jsonAll VS Code commands, keybindings, and their behavior
mcp-user-setup.mdUser-level MCP (e.g. GitHub) without wrapper; .env at %USERPROFILE%\.env\

Operator and Agent Screen (S-AS) toolsmcp-tools.md.

Example user-level MCP fragment: mcp-user-github-example.json (merge into %USERPROFILE%\.cursor\mcp.json).

Maintenance

These files are generated from source. When you change:

  • src/config.ts or package.json configuration properties → update config-schema.md
  • src/mcpServer.ts tool registrations → update mcp-tools.md
  • package.json commands or keybindings → update commands-and-shortcuts.md

Use /update-docs command to get AI help updating these docs after source changes.