fix: mcp search field redundancy

This commit is contained in:
寇佳龙 2025-04-16 09:52:28 +08:00 committed by 亢奋猫
parent 8b462935b4
commit 30309c29ff

View File

@ -209,8 +209,7 @@ const NpxSearch: FC<{
args: record.configSample?.args ?? ['-y', record.fullName],
env: record.configSample?.env,
isActive: false,
type: record.type,
configSample: record.configSample
type: record.type
}
addMCPServer(newServer)