mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
d295aa6056
Docusign Integration Keys are environment-specific, so demo/developer
accounts must point at https://mcp-d.docusign.com/mcp. Reintroduce the
DOCUSIGN_MCP_URL variable (Salesforce's SALESFORCE_MCP_URL pattern) so
the endpoint is set at configure time instead of hardcoding the
production URL in mcp.json, and restore the matching README and
changelog wording.
This reverts commit f290d8295d.
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"mcpServers": {
|
|
"docusign": {
|
|
"type": "http",
|
|
"url": "${DOCUSIGN_MCP_URL}",
|
|
"auth": {
|
|
"CLIENT_ID": "${CLIENT_ID}",
|
|
"CLIENT_SECRET": "${CLIENT_SECRET}"
|
|
}
|
|
}
|
|
}
|
|
}
|