Skip to content

Commit 6b04ad0

Browse files
refactor(mcp): remove unused Claude permission type
1 parent 28cc429 commit 6b04ad0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/mcp/channel-shared.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ export type QueueEvent =
127127
raw: Record<string, unknown>;
128128
};
129129

130-
/** Claude channel permission notification payload before it is assigned an event cursor. */
131-
type ClaudePermissionRequest = {
132-
toolName: string;
133-
description: string;
134-
inputPreview: string;
135-
};
136-
137130
/** Cursor and optional session filter used by event polling and waiting. */
138131
export type WaitFilter = {
139132
afterCursor: number;

0 commit comments

Comments
 (0)