Skip to content

Commit e1caee5

Browse files
committed
fix(tools): searchPatternFlyDocs, formatting
1 parent dd4b2b5 commit e1caee5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tool.searchPatternFlyDocs.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ const searchPatternFlyDocsTool = (options = getOptions()): McpTool => {
118118
` - **Name**: ${result.name}`,
119119
urlList.length ? ` - **URLs**:` : undefined,
120120
urlList.length ? urlList.join('\n') : undefined,
121-
uri || uriSchemas ? ` **Resources**:` : undefined,
122-
uri ? ` - **URI**: ${uri}` : undefined,
123-
uriSchemas ? ` - **JSON Schemas**: ${uriSchemas}` : undefined
121+
uri || uriSchemas ? ` - **Resources**:` : undefined,
122+
uri ? ` - **URI**: ${uri}` : undefined,
123+
uriSchemas ? ` - **JSON Schemas**: ${uriSchemas}` : undefined
124124
) + '\n';
125125
});
126126

0 commit comments

Comments
 (0)