Optimize your project

Start the optimization

Once your project is configured, everything is ready to optimize it. To run the optimization, just ask your AI agent:

Optimize my project with WedoLow MCP Server. Start with getting the initial instructions.

Now, let the AI agent interact with the MCP server and your code until your code is fully optimized.

Gemini CLI working to optimize your code

At some point, the MCP could require inputs from you:

  • Allowing MCP Server specific tools access.

  • Allowing commands in your terminal. The AI agent sometimes uses custom commands during the optimization process, for auto-correction or even to modify code based on substitutions.

  • Asking you if you want to continue if running for a long time, or warn you about your usage.

  • Ask you to make a choice about something.

When the AI agent stops to wait for an input, give the appropriate input based on your own judgement of the situation, and don't hesitate asking it explicitely to continue the optimization process.

When the optimization ends, the AI Agent generates an optimization report at the root of your project, named wedolow_optimization_report.md. This report sums up everything that happened during the optimization, what worked, what didn't and why, the performance improvements, etc.

Review the report and the code modifications, and feel free to use the result or ask your AI agent to revert some of the changes it did.

Last updated