mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"mcpServers": {
|
|
"salesforce-api-context": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": ["${CLAUDE_PLUGIN_ROOT}/scripts/sf-mcp-proxy.bundled.js", "salesforce-api-context"]
|
|
},
|
|
"salesforce-metadata-experts": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": ["${CLAUDE_PLUGIN_ROOT}/scripts/sf-mcp-proxy.bundled.js", "metadata-experts"]
|
|
},
|
|
"salesforce-lsp": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": ["${CLAUDE_PLUGIN_ROOT}/bin/sf-lsp-host.bundled.js"]
|
|
}
|
|
}
|
|
}
|