From 02d1274c40f546f76cbf0c255076b82798afd4e5 Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Sun, 16 Nov 2025 10:21:50 +0000 Subject: [PATCH] instructions tweak --- packages/app/src/server/mcp-server.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/app/src/server/mcp-server.ts b/packages/app/src/server/mcp-server.ts index 0130581..45d9d18 100644 --- a/packages/app/src/server/mcp-server.ts +++ b/packages/app/src/server/mcp-server.ts @@ -162,11 +162,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, } );