mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
fix(ide companion extension): increase payload size (#8029)
This commit is contained in:
@@ -107,7 +107,7 @@ export class IDEServer {
|
||||
const sessionsWithInitialNotification = new Set<string>();
|
||||
|
||||
const app = express();
|
||||
app.use(express.json());
|
||||
app.use(express.json({ limit: '10mb' }));
|
||||
const mcpServer = createMcpServer(this.diffManager);
|
||||
|
||||
this.openFilesManager = new OpenFilesManager(context);
|
||||
|
||||
Reference in New Issue
Block a user