chore: generate
This commit is contained in:
parent
a7743e6467
commit
f73e4d5d31
2 changed files with 8 additions and 0 deletions
|
|
@ -1375,6 +1375,10 @@ export type McpOAuthConfig = {
|
|||
* OAuth scopes to request during authorization
|
||||
*/
|
||||
scope?: string
|
||||
/**
|
||||
* OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
|
||||
*/
|
||||
redirectUri?: string
|
||||
}
|
||||
|
||||
export type McpRemoteConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue