Files
cursor__plugins/cursor-sdk/.cursor-plugin/plugin.json
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

33 lines
673 B
JSON

{
"name": "cursor-sdk",
"displayName": "Cursor SDK",
"version": "1.0.0",
"description": "Build apps, scripts, and automations with the TypeScript SDK.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/cursor-sdk",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"cursor-sdk",
"cursor",
"sdk",
"typescript",
"agents",
"automation",
"ci",
"mcp",
"streaming"
],
"category": "developer-tools",
"tags": [
"sdk",
"agents",
"automation",
"developer-tools"
],
"skills": "./skills/"
}