feat(cli): add mcp list, add, auth, and logout commands (#34643)

This commit is contained in:
Aiden Cline
2026-06-30 13:49:07 -05:00
committed by GitHub
parent 194b0615e0
commit 0a60662d71
12 changed files with 302 additions and 9 deletions
+1
View File
@@ -2487,6 +2487,7 @@ export type ServerMcpListOutput = {
| { readonly status: "failed"; readonly error: string }
| { readonly status: "needs_auth" }
| { readonly status: "needs_client_registration"; readonly error: string }
readonly integrationID?: string
}>
}