morph
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user