Skip to content

Commit 91b19d9

Browse files
committed
fix: clean up formatting and remove commented-out code in client-sampling-example.ts
1 parent f99920f commit 91b19d9

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

packages/mcp-sampling-ai-provider/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpc/mcp-sampling-ai-provider",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mcpc-tech/mcpc.git"

packages/mcp-sampling-ai-provider/examples/client-sampling-example.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,3 @@ const analysisResult = await client.callTool({
109109
},
110110
});
111111
console.log("Analysis result:", analysisResult);
112-
113-
// const result = await generateText({
114-
// model: 'openai/gpt-5-mini',
115-
// prompt: "Write a short poem about coding.",
116-
// })
117-
118-
// console.log("✅ Generated text:", result.text);
119-
// console.log("✅ Finish reason:", result.finishReason);
120-
// console.log("✅ Token usage:", result.usage);

0 commit comments

Comments
 (0)