Files
roshansada 08631ab2ef Shorten plugin descriptions
Replace "Connect to [tool]" openers, em-dash asides, and MCP server
boilerplate with brief verb-first copy in plugin and marketplace
manifests. Resync the README table that mirrors them, adding rows that
had drifted out (teaching, ralph-loop, playwright, github, zoom, clay).
Also refresh the stale read-only X marketplace copy and clean em-dashes
from the Salesforce server URL help text.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 18:34:06 -07:00

50 lines
1.2 KiB
JSON

{
"name": "docusign",
"displayName": "Docusign",
"version": "1.0.0",
"description": "Manage envelopes, templates, workflows, and agreements.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://developers.docusign.com/platform/mcp-server/",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"docusign",
"esignature",
"agreements",
"mcp",
"envelopes",
"contracts"
],
"category": "integrations",
"tags": [
"mcp",
"docusign",
"agreements",
"esignature"
],
"variables": {
"type": "object",
"properties": {
"CLIENT_ID": {
"type": "string",
"title": "Docusign Integration Key",
"description": "Integration Key from Docusign Apps and Keys (Settings → Apps and Keys → your app)."
},
"CLIENT_SECRET": {
"type": "string",
"title": "Docusign Secret Key",
"description": "Secret Key from the same Docusign Apps and Keys app."
}
},
"required": [
"CLIENT_ID",
"CLIENT_SECRET"
]
},
"mcpServers": "./mcp.json"
}