fix(mcp): return type of Runtime.awaitPromise

This commit is contained in:
ryoppippi
2025-07-11 15:42:49 -07:00
parent 4245147fe9
commit 3fd6a2eb97

View File

@@ -1229,7 +1229,7 @@ export async function createMcpServer(): Promise<McpServer> {
text: JSON.stringify({
result: resultString,
wasThrown: result.wasThrown,
exceptionDetails: result.exceptionDetails,
savedResultIndex: result.savedResultIndex,
}),
},
],