MCPcopy
hub / github.com/continuedev/continue / getState

Method getState

extensions/cli/src/services/MCPService.ts:130–132  ·  view source on GitHub ↗

* Get current MCP service state

()

Source from the content-addressed store, hash-verified

128 * Get current MCP service state
129 */
130 getState(): MCPServiceState {
131 return { ...this.currentState };
132 }
133
134 /**
135 * Get overall status for UI indicator

Calls

no outgoing calls

Tested by

no test coverage detected