| 82 | ].join('\n'); |
| 83 | |
| 84 | class CursorTarget implements AgentTarget { |
| 85 | readonly id = 'cursor' as const; |
| 86 | readonly displayName = 'Cursor'; |
| 87 | readonly docsUrl = 'https://docs.cursor.com/context/model-context-protocol'; |
nothing calls this directly
no outgoing calls
no test coverage detected