mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
13 lines
201 B
JSON
13 lines
201 B
JSON
|
|
{
|
||
|
|
"morphllm-fast-apply": {
|
||
|
|
"command": "npx",
|
||
|
|
"args": [
|
||
|
|
"@morph-llm/morph-fast-apply",
|
||
|
|
"/home/"
|
||
|
|
],
|
||
|
|
"env": {
|
||
|
|
"MORPH_API_KEY": "",
|
||
|
|
"ALL_TOOLS": "true"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|