MCPcopy Create free account
hub / github.com/codeaashu/claude-code / maybeNotifyIDEConnected

Function maybeNotifyIDEConnected

src/utils/ide.ts:829–836  ·  view source on GitHub ↗
(client: Client)

Source from the content-addressed store, hash-verified

827}
828
829export async function maybeNotifyIDEConnected(client: Client) {
830 await client.notification({
831 method: 'ide_connected',
832 params: {
833 pid: process.pid,
834 },
835 })
836}
837
838export function hasAccessToIDEExtensionDiffFeature(
839 mcpClients: MCPServerConnection[],

Callers 1

client.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected