Files
MP-Manager/.claude/launch.json
2026-05-30 14:31:19 -06:00

12 lines
182 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "mp-manager",
"runtimeExecutable": "python",
"runtimeArgs": ["main.py"],
"port": 8000
}
]
}