My boss recently instructed me to rewrite a VBA tool I had created at work—which imported CSVs downloaded from a database via Power Query and used VBA to check for differences and apply ...
python-mcp-vba-conversion/ ├── src/ │ ├── mcp_server.py # FastMCP server implementation │ ├── converter.py # Main VBA to Python converter │ ├── vba_parser.py # VBA code parsing utilities │ ├── ...