We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4b2b5 commit e1caee5Copy full SHA for e1caee5
1 file changed
src/tool.searchPatternFlyDocs.ts
@@ -118,9 +118,9 @@ const searchPatternFlyDocsTool = (options = getOptions()): McpTool => {
118
` - **Name**: ${result.name}`,
119
urlList.length ? ` - **URLs**:` : undefined,
120
urlList.length ? urlList.join('\n') : undefined,
121
- uri || uriSchemas ? ` **Resources**:` : undefined,
122
- uri ? ` - **URI**: ${uri}` : undefined,
123
- uriSchemas ? ` - **JSON Schemas**: ${uriSchemas}` : undefined
+ uri || uriSchemas ? ` - **Resources**:` : undefined,
+ uri ? ` - **URI**: ${uri}` : undefined,
+ uriSchemas ? ` - **JSON Schemas**: ${uriSchemas}` : undefined
124
) + '\n';
125
});
126
0 commit comments