({ directory_id }: any)
| 2124 | } as any; |
| 2125 | |
| 2126 | const cb = async ({ directory_id }: any) => ({ |
| 2127 | content: [{ type: 'text' as const, text: `Got: ${directory_id}` }] |
| 2128 | }); |
| 2129 | |
| 2130 | expect(() => { |
| 2131 | mcpServer.tool('test', 'A tool', jsonSchema, cb); |
no outgoing calls
no test coverage detected