Revert "Internal MCP Crate Cleanup (#4800)" (#4883)

This commit is contained in:
Alex Hancock
2025-09-29 14:21:30 -04:00
committed by GitHub
parent 2cfef016e2
commit b9ba8dca29
78 changed files with 1090 additions and 844 deletions
+1 -5
View File
@@ -348,10 +348,6 @@ export type InspectJobResponse = {
sessionId?: string | null;
};
export type JsonObject = {
[key: string]: unknown;
};
export type KillJobResponse = {
message: string;
};
@@ -844,7 +840,7 @@ export type ToolAnnotations = {
};
export type ToolConfirmationRequest = {
arguments: JsonObject;
arguments: unknown;
id: string;
prompt?: string | null;
toolName: string;