mirror of https://github.com/zeldaret/mm.git
Update mcp-config.json
image name and mount added TODO test
This commit is contained in:
parent
bf11e15967
commit
d1575fdeb0
|
|
@ -3,6 +3,12 @@
|
||||||
"description": "Run Zelda decompilation tools for Majora's Mask using the Docker environment provided by zeldaret/mm. Supports extracting assets, compiling, and verifying against the original ROM. Designed for automation via Camel Owl Agent.",
|
"description": "Run Zelda decompilation tools for Majora's Mask using the Docker environment provided by zeldaret/mm. Supports extracting assets, compiling, and verifying against the original ROM. Designed for automation via Camel Owl Agent.",
|
||||||
"dockerfile_path": "./Dockerfile",
|
"dockerfile_path": "./Dockerfile",
|
||||||
"entrypoint": "/zeldaret/mm/tools/natural.sh",
|
"entrypoint": "/zeldaret/mm/tools/natural.sh",
|
||||||
|
"image_name": "mm",
|
||||||
|
"mount": {
|
||||||
|
"type": "bind",
|
||||||
|
"source": "$(pwd)",
|
||||||
|
"destination": "/mm"
|
||||||
|
},
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"name": "diff",
|
"name": "diff",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue