mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:03:26 +02:00
@@ -411,7 +411,7 @@ export const createServer = () => {
|
|||||||
maxTokens,
|
maxTokens,
|
||||||
);
|
);
|
||||||
return {
|
return {
|
||||||
content: [{ type: "text", text: `LLM sampling result: ${result}` }],
|
content: [{ type: "text", text: `LLM sampling result: ${result.content.text}` }],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user