We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47fbed commit 533ce85Copy full SHA for 533ce85
packages/mcp-server/src/bridge/bridge.ts
@@ -175,8 +175,7 @@ export class GcliMcpBridge {
175
}
176
177
// Send the request using the one-shot session
178
- const result = await oneShotChat.sendMessage(request);
179
- const response = result.response;
+ const response = await oneShotChat.sendMessage(request);
180
const resultText = response.text() || '';
181
182
// Convert the result to the MCP format
0 commit comments