fix: mcp search field redundancy
This commit is contained in:
parent
8b462935b4
commit
30309c29ff
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user