fix(MCPService): prefix tool IDs with 'f' for consistency (#4121)
This commit is contained in:
parent
7e67005e70
commit
de8dbb2646
@ -164,7 +164,7 @@ class McpService {
|
||||
tools.map((tool: any) => {
|
||||
const serverTool: MCPTool = {
|
||||
...tool,
|
||||
id: nanoid(),
|
||||
id: `f${nanoid()}`,
|
||||
serverId: server.id,
|
||||
serverName: server.name
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user