Skip to content

Commit c2d091b

Browse files
authored
Merge pull request #129 from huggingface/tweak-server-instructions
Tweak server instructions
2 parents be3582e + 320d1a9 commit c2d091b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/app/src/server/mcp-server.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,9 @@ export const createServerFactory = (_webServerInstance: WebServer, sharedApiClie
216216
},
217217
{
218218
instructions:
219-
"You have tools for searching the Hugging Face Hub. arXiv paper id's are often " +
219+
"You have tools for using the Hugging Face Hub. arXiv paper id's are often " +
220220
'used as references between datasets, models and papers. There are over 100 tags in use, ' +
221221
"common tags include 'Text Generation', 'Transformers', 'Image Classification' and so on.\n" +
222-
"The User has access to 'Prompts' that provide ways to summarise various types of " +
223-
'Hugging Face hub content, and you may guide them to check this feature. ' +
224222
userInfo,
225223
}
226224
);

0 commit comments

Comments
 (0)