feat: add OAuth servers to conditional rendering logic for MCPPanel in SideNav

This commit is contained in:
Dustin Healy 2025-07-28 14:09:40 -07:00
parent ef9d9b1276
commit 49f87016a8
4 changed files with 8 additions and 2 deletions

View file

@ -613,6 +613,7 @@ export type TStartupConfig = {
}
>;
chatMenu?: boolean;
isOAuth?: boolean;
}
>;
mcpPlaceholder?: string;