UNPKG

git-mob-mcp-server

Version:
10 lines (9 loc) 283 B
export const registerGitMobTool = (server, tool) => { const { name, description, inputSchema, outputSchema, annotations, callback, } = tool; server.registerTool(name, { description, inputSchema, outputSchema, annotations, }, callback); };