Files
cursor__plugins/third_party/docusign/mcp.json
T
Cursor Agent d295aa6056 Restore DOCUSIGN_MCP_URL plugin variable for demo/production selection
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.
2026-08-08 20:13:52 +00:00

13 lines
213 B
JSON

{
"mcpServers": {
"docusign": {
"type": "http",
"url": "${DOCUSIGN_MCP_URL}",
"auth": {
"CLIENT_ID": "${CLIENT_ID}",
"CLIENT_SECRET": "${CLIENT_SECRET}"
}
}
}
}