1 2 3 4 5 6 7 8 9 10 11
{ "mcpServers": { "mag": { "command": "./target/release/mag", "args": ["serve"], "env": { "RUST_LOG": "info" } } } }