Remove includeContext: "thisServer" from CreateMessageRequest in trigger-sampling-request.ts

This commit is contained in:
cliffhall
2025-12-15 14:40:11 -05:00
parent e0f1c42159
commit 70feb6f2b0

View File

@@ -58,7 +58,6 @@ export const registerTriggerSamplingRequestTool = (server: McpServer) => {
systemPrompt: "You are a helpful test server.",
maxTokens,
temperature: 0.7,
includeContext: "thisServer",
},
};