refactor(mcp): change mcp: <name> for mcp tool declarations (#151)
This commit is contained in:
@@ -46,6 +46,7 @@ async function startMcpServer(id, serverConfig) {
|
||||
name: `${formatToolName(id, name, prefix)}`,
|
||||
description,
|
||||
parameters: inputSchema,
|
||||
mcp: id,
|
||||
},
|
||||
impl: async args => {
|
||||
const res = await client.callTool({
|
||||
|
||||
Reference in New Issue
Block a user