diff --git a/packages/app/src/server/mcp-server.ts b/packages/app/src/server/mcp-server.ts index a820a4b..2388823 100644 --- a/packages/app/src/server/mcp-server.ts +++ b/packages/app/src/server/mcp-server.ts @@ -216,11 +216,9 @@ export const createServerFactory = (_webServerInstance: WebServer, sharedApiClie }, { instructions: - "You have tools for searching the Hugging Face Hub. arXiv paper id's are often " + + "You have tools for using the Hugging Face Hub. arXiv paper id's are often " + 'used as references between datasets, models and papers. There are over 100 tags in use, ' + "common tags include 'Text Generation', 'Transformers', 'Image Classification' and so on.\n" + - "The User has access to 'Prompts' that provide ways to summarise various types of " + - 'Hugging Face hub content, and you may guide them to check this feature. ' + userInfo, } );