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 8b6adb6 commit e29a18eCopy full SHA for e29a18e
mcp/utils.ts
@@ -39,6 +39,8 @@ export function dereferenceSchema(
39
definitions,
40
visited,
41
),
42
+ title: originalMetadata.title || referencedSchema.title,
43
+ description: originalMetadata.description || referencedSchema.description,
44
};
45
}
46
0 commit comments