mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -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 sessionsWithInitialNotification = new Set<string>();
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
app.use(express.json());
|
app.use(express.json({ limit: '10mb' }));
|
||||||
const mcpServer = createMcpServer(this.diffManager);
|
const mcpServer = createMcpServer(this.diffManager);
|
||||||
|
|
||||||
this.openFilesManager = new OpenFilesManager(context);
|
this.openFilesManager = new OpenFilesManager(context);
|
||||||
|
|||||||
Reference in New Issue
Block a user