MCPcopy Create free account
hub / github.com/cursor/cookbook / executionMode

Method executionMode

sdk/coding-agent-cli/src/agent.ts:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 get executionMode() {
95 return this.mode
96 }
97
98 get executionTarget() {
99 return this.mode === "local"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected