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

34 lines
723 B
JSON

{
"name": "circleback",
"displayName": "Circleback",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Search meetings, transcripts, action items, and emails.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://support.circleback.ai/en/articles/13249081-circleback-mcp",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"circleback",
"meetings",
"transcripts",
"notes",
"calendar",
"mcp"
],
"category": "integrations",
"tags": [
"circleback",
"meetings",
"mcp",
"productivity"
],
"mcpServers": "./mcp.json"
}