mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
f290d8295d
Drop the DOCUSIGN_MCP_URL variable and point mcp.json at https://mcp.docusign.com/mcp; document the demo endpoint as an optional post-install override. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"mcpServers": {
|
|
"docusign": {
|
|
"type": "http",
|
|
"url": "https://mcp.docusign.com/mcp",
|
|
"auth": {
|
|
"CLIENT_ID": "${CLIENT_ID}",
|
|
"CLIENT_SECRET": "${CLIENT_SECRET}"
|
|
}
|
|
}
|
|
}
|
|
}
|