MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / start

Function start

src/codegraphcontext/cli/main.py:1040–1045  ·  view source on GitHub ↗

[DEPRECATED] Use 'cgc mcp start' instead. This command will be removed in a future version.

()

Source from the content-addressed store, hash-verified

1038
1039@app.command()
1040def start():
1041 """
1042 [DEPRECATED] Use 'cgc mcp start' instead. This command will be removed in a future version.
1043 """
1044 console.print("[yellow]⚠️ 'cgc start' is deprecated. Use 'cgc mcp start' instead.[/yellow]")
1045 mcp_start()
1046
1047
1048@app.command()

Callers

nothing calls this directly

Calls 1

mcp_startFunction · 0.85

Tested by

no test coverage detected