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 533ce85 commit 127b6beCopy full SHA for 127b6be
packages/mcp-server/src/bridge/bridge.ts
@@ -176,7 +176,7 @@ export class GcliMcpBridge {
176
177
// Send the request using the one-shot session
178
const response = await oneShotChat.sendMessage(request);
179
- const resultText = response.text() || '';
+ const resultText = response.text || '';
180
181
// Convert the result to the MCP format
182
const mcpResult = this.convertGcliResultToMcpResult({
0 commit comments