mcilspy/claude_desktop_config.json
2025-08-03 23:31:39 +08:00

14 lines
197 B
JSON

{
"mcpServers": {
"ilspy": {
"command": "python",
"args": [
"-m",
"ilspy_mcp_server.server"
],
"env": {
"LOGLEVEL": "INFO"
}
}
}
}