fix(ide companion extension): increase payload size (#8029)

This commit is contained in:
Shreya Keshive
2025-09-08 15:10:33 -04:00
committed by GitHub
parent 6ea8a0ceeb
commit 0c6863d99d
@@ -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);