We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32beaa commit 0c89a0aCopy full SHA for 0c89a0a
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@deco/mcp",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"exports": {
5
".": "./mod.ts",
6
"./http": "./mcp/http.ts"
mcp/server.ts
@@ -277,7 +277,9 @@ function registerTools<TManifest extends AppManifest>(
277
undefined,
278
state,
279
);
280
+
281
return {
282
+ content: [{ type: "text" as const, text: JSON.stringify(result) }],
283
isError: false,
284
// deno-lint-ignore no-explicit-any
285
structuredContent: result as any,
0 commit comments