mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
feat(mcp): rename nav item to Team MCPs + add New badge
This commit is contained in:
parent
8fcaa7c9fc
commit
7d105057e1
1 changed files with 5 additions and 1 deletions
|
|
@ -103,7 +103,11 @@ const menuGroups: MenuGroup[] = [
|
|||
{
|
||||
key: "mcp-servers",
|
||||
page: "mcp-servers",
|
||||
label: "MCP Servers",
|
||||
label: (
|
||||
<span className="flex items-center gap-2">
|
||||
Team MCPs <NewBadge />
|
||||
</span>
|
||||
),
|
||||
icon: <ToolOutlined />,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue