Skip to content

Commit 5d286ee

Browse files
committed
feat: add boundPuppetId to PuppetTransport interface
1 parent 22d44d8 commit 5d286ee

File tree

6 files changed

+46
-830
lines changed

6 files changed

+46
-830
lines changed

decorators/client_exec_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Client } from "@modelcontextprotocol/sdk/client/index.js";
22
import { z } from "zod";
33
import type { ClientToolDefinition } from "../shared/types.ts";
44

5-
const ExecuteToolNotificationSchema = z.object({
5+
export const ExecuteToolNotificationSchema = z.object({
66
method: z.literal("proxy/execute_tool"),
77
params: z.object({
88
id: z.string(),

decorators/client_exec_client_v2.ts

Lines changed: 0 additions & 272 deletions
This file was deleted.

0 commit comments

Comments
 (0)