We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb9ddc commit b8833e0Copy full SHA for b8833e0
tests/integration/helpers.ts
@@ -207,7 +207,7 @@ export function validateToolMetadata(
207
expect(tool.description).toBe(description);
208
209
expectDefined(tool.annotations);
210
- // expect(tool.annotations.title).toBe(name);
+ expect(tool.annotations.title).toBe(name);
211
expect(tool.annotations.description).toBe(description);
212
const toolParameters = getParameters(tool);
213
expect(toolParameters).toHaveLength(parameters.length);
0 commit comments