diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index e1e770fc..2129bc1e 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -590,6 +590,11 @@ export type Config = { type: 'remote'; } & McpRemoteConfig); }; + formatter?: { + [key: string]: { + disabled?: boolean; + }; + }; /** * Additional instruction files or patterns to include */