mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: mcp search field redundancy
This commit is contained in:
parent
c452fdfd20
commit
db9f8ef850
@ -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…
Reference in New Issue
Block a user