Skip to content

Commit cae1d2a

Browse files
committed
feat: add descriptions to MCPs and update author information in rules
1 parent 2d0c88b commit cae1d2a

File tree

6 files changed

+179
-71
lines changed

6 files changed

+179
-71
lines changed

app/actions/mcps.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
mcps:
22
- display_name: Github
33
slug: GitHub
4+
description: GitHub API integration for repositories, issues, and pull requests
45
config:
56
type: http
67
url: https://api.githubcopilot.com/mcp
78
headers:
89
Authorization: Bearer ${GITHUB_TOKEN}
910
- display_name: Firecrawl
1011
slug: Firecrawl
12+
description: Web scraping and content extraction from websites
1113
config:
1214
type: sse
1315
url: https://mcp.firecrawl.dev/${FIRECRAWL_API_KEY}/sse
1416
- display_name: Playwright
1517
slug: Playwright
18+
description: Browser automation and web testing framework
1619
config:
1720
type: stdio
1821
command: npx
1922
args:
2023
- '@playwright/mcp@latest'
2124
- display_name: Supabase
2225
slug: Supabase
26+
description: Backend-as-a-service with database and authentication
2327
config:
2428
command: npx
2529
args:
@@ -29,18 +33,21 @@ mcps:
2933
- ${SUPABASE_ACCESS_TOKEN}
3034
- display_name: Context7
3135
slug: Context7
36+
description: AI-powered context understanding and processing
3237
config:
3338
type: http
3439
url: https://mcp.context7.com/mcp/
3540
headers:
3641
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
3742
- display_name: Exa Search
3843
slug: ExaSearch
44+
description: Advanced search and information retrieval
3945
config:
4046
type: http
4147
url: https://mcp.exa.ai/mcp?exa_api_key=${EXA_API_KEY}
4248
- display_name: GitRules
4349
slug: GitRules
50+
description: Git workflow automation and rule enforcement
4451
config:
4552
type: http
4653
url: https://gitrules.com/mcp

0 commit comments

Comments
 (0)