fix(opencode): preserve valid MCP OAuth state
This commit is contained in:
parent
ed486f0b49
commit
bb388efae6
6 changed files with 25 additions and 25 deletions
|
|
@ -2296,7 +2296,7 @@ export class Auth2 extends HeyApiClient {
|
|||
/**
|
||||
* Complete MCP OAuth
|
||||
*
|
||||
* Complete OAuth authentication for a Model Context Protocol (MCP) server using the authorization code.
|
||||
* Complete OAuth authentication for a Model Context Protocol (MCP) server using the authorization code and state returned by the start endpoint.
|
||||
*/
|
||||
public callback<ThrowOnError extends boolean = false>(
|
||||
parameters: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue