refactor: enhance MCP tool management with risk policies and confirmation handling
This commit is contained in:
@@ -578,6 +578,9 @@ export type MCPToolCatalogItem = {
|
||||
description: string
|
||||
inputSchema: unknown
|
||||
outputSchema?: unknown
|
||||
riskLevel: "read" | "write"
|
||||
requireConfirmation: boolean
|
||||
riskEditable: boolean
|
||||
}
|
||||
|
||||
export type MCPToolResultContent = {
|
||||
|
||||
Reference in New Issue
Block a user