MCPcopy Index your code
hub / github.com/MiniCodeMonkey/chief / CursorProvider

Struct CursorProvider

internal/agent/cursor.go:13–15  ·  view source on GitHub ↗

CursorProvider implements loop.Provider for the Cursor CLI (agent).

Source from the content-addressed store, hash-verified

11
12// CursorProvider implements loop.Provider for the Cursor CLI (agent).
13type CursorProvider struct {
14 cliPath string
15}
16
17// NewCursorProvider returns a Provider for the Cursor CLI.
18// If cliPath is empty, "agent" is used.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected