[DEPRECATED] Use 'cgc mcp start' instead. This command will be removed in a future version.
()
| 1038 | |
| 1039 | @app.command() |
| 1040 | def 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() |
nothing calls this directly
no test coverage detected