You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
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 │ ├── ...