Skip to content

Commit 903106c

Browse files
authored
Add Cursor marketplace plugin manifest (#4)
1 parent c498b68 commit 903106c

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "search1api",
3+
"displayName": "Search1API",
4+
"version": "1.0.0",
5+
"description": "Search the live web, read pages, find news, discover site links, and explore trending topics.",
6+
"author": {
7+
"name": "Search1API",
8+
"email": "sys@search1api.com"
9+
},
10+
"publisher": "SuperAgents, LLC",
11+
"homepage": "https://www.search1api.com/docs/integrations/skills",
12+
"repository": "https://github.com/superagents-lab/search1api-cli",
13+
"license": "MIT",
14+
"logo": "assets/search1api-icon.png",
15+
"keywords": [
16+
"search",
17+
"research",
18+
"news",
19+
"crawl",
20+
"fetch",
21+
"mcp"
22+
],
23+
"category": "developer-tools",
24+
"tags": [
25+
"web-search",
26+
"research",
27+
"mcp"
28+
],
29+
"skills": "./skills/",
30+
"mcpServers": "./.mcp.json"
31+
}

0 commit comments

Comments
 (0)