This commit is contained in:
2026-01-23 00:06:59 +00:00
parent 9fe295c53c
commit c402268ed3

View File

@@ -1,8 +1,21 @@
{
"morph": {
"type": "local",
"command": [
"npx",
"-y",
"@morphllm/morphmcp"
],
"env": {
"MORPH_API_KEY": "sk-U0FMInHyXd_hrrLqU84IU8ZGYVbxDB2hw7Su8cHpEkTtIHfZ",
"ENABLED_TOOLS": "edit_file,warpgrep_codebase_search"
},
"enabled": true
},
"example-remote-mcp": {
"type": "remote",
"url": "https://example.com/mcp",
"headers": {},
"enabled": false
}
}
}