Exposes a remote MATLAB service for generating magic squares as an MCP server tool.
Magic is an MCP server that provides a straightforward way to generate magic squares. It acts as a proxy to an external MATLAB service, making the `generate_magic_square` function accessible to any MCP-compatible client. Developers can easily integrate this mathematical utility into their applications, specifying the desired square size and optionally enabling debug output, receiving a structured response that includes both the generated magic square and raw metadata from the upstream service. The target MATLAB service URL is also configurable.