diff --git a/src/config/types.ts b/src/config/types.ts index e5a23ad01..a1c8adb44 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -592,6 +592,10 @@ export type RoutingConfig = { perSession?: boolean; workspaceRoot?: string; }; + tools?: { + allow?: string[]; + deny?: string[]; + }; } >; bindings?: Array<{