feat(cli): add mcp list, add, auth, and logout commands (#34643)
This commit is contained in:
parent
194b0615e0
commit
0a60662d71
12 changed files with 302 additions and 9 deletions
|
|
@ -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
|
||||
}>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue