Skip to content

Commit a144a7f

Browse files
authored
Merge pull request modelcontextprotocol#500 from SecretiveShell/main
fix sampling
2 parents 15a20c6 + 8d16f93 commit a144a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/everything/everything.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ export const createServer = () => {
411411
maxTokens,
412412
);
413413
return {
414-
content: [{ type: "text", text: `LLM sampling result: ${result}` }],
414+
content: [{ type: "text", text: `LLM sampling result: ${result.content.text}` }],
415415
};
416416
}
417417

0 commit comments

Comments
 (0)