mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix(mcp): return type of Runtime.awaitPromise
This commit is contained in:
@@ -1229,7 +1229,7 @@ export async function createMcpServer(): Promise<McpServer> {
|
||||
text: JSON.stringify({
|
||||
result: resultString,
|
||||
wasThrown: result.wasThrown,
|
||||
exceptionDetails: result.exceptionDetails,
|
||||
savedResultIndex: result.savedResultIndex,
|
||||
}),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user