confirm mcp tool executions from untrusted servers (per "trust" setting) (#631)

This commit is contained in:
Olcan 2025-05-30 15:32:21 -07:00 committed by GitHub
parent a60e51f44d
commit 2e57989aec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 101 additions and 6 deletions

View file

@ -33,6 +33,7 @@ export class MCPServerConfig {
readonly url?: string,
// Common
readonly timeout?: number,
readonly trust?: boolean,
) {}
}