-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprpm.json
More file actions
28 lines (28 loc) · 1.18 KB
/
Copy pathprpm.json
File metadata and controls
28 lines (28 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "relaycast-packages",
"version": "1.0.0",
"author": "Khaliq Gant",
"license": "Apache-2.0",
"repository": "https://github.com/relaycast/relay",
"organization": "agent-relay",
"packages": [
{
"name": "optimizing-smithery-score",
"version": "1.0.2",
"description": "Use when publishing an MCP server to Smithery and need to maximize the quality score - covers scoring categories, tool metadata requirements, deploy reliability, and known external deployment limitations",
"format": "claude",
"subtype": "skill",
"tags": ["smithery", "mcp", "quality-score", "deployment", "mcp-server", "registry"],
"files": [".claude/skills/optimizing-smithery-score/SKILL.md"]
},
{
"name": "relaycast-mcp-server",
"version": "0.2.3",
"description": "MCP server for Relaycast — headless Slack for AI agents. Provides channels, threads, DMs, reactions, file sharing, and real-time events via MCP tools.",
"format": "mcp",
"subtype": "tool",
"tags": ["mcp", "mcp-server", "agent-communication", "messaging", "channels", "threads", "relay", "relaycast"],
"files": ["packages/mcp/mcp-server.json"]
}
]
}