mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
c5b04a5445
Drop 'Cursor' from plugin descriptions in the marketplace manifest and per-plugin manifests so they read correctly in any agent client, and resync the README table that mirrors them. Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
35 lines
801 B
JSON
35 lines
801 B
JSON
{
|
|
"name": "ashby",
|
|
"displayName": "Ashby",
|
|
"version": "1.0.0",
|
|
"minClientVersions": {
|
|
"cursor": "3.13.0"
|
|
},
|
|
"description": "Connect to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://docs.ashbyhq.com/ashby-mcp-server-beta",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/logo.png",
|
|
"keywords": [
|
|
"ashby",
|
|
"ats",
|
|
"recruiting",
|
|
"hiring",
|
|
"candidates",
|
|
"interviews",
|
|
"mcp"
|
|
],
|
|
"category": "integrations",
|
|
"tags": [
|
|
"ashby",
|
|
"recruiting",
|
|
"ats",
|
|
"mcp"
|
|
],
|
|
"mcpServers": "./mcp.json"
|
|
}
|