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],
|
args: record.configSample?.args ?? ['-y', record.fullName],
|
||||||
env: record.configSample?.env,
|
env: record.configSample?.env,
|
||||||
isActive: false,
|
isActive: false,
|
||||||
type: record.type,
|
type: record.type
|
||||||
configSample: record.configSample
|
|
||||||
}
|
}
|
||||||
|
|
||||||
addMCPServer(newServer)
|
addMCPServer(newServer)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user