We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b20dfe commit fceea3bCopy full SHA for fceea3b
1 file changed
src/data/config.mjs
@@ -20,6 +20,12 @@ const config = [
20
"githubUserName": "FlowMCP",
21
"githubRepository": "flowMCP-servers",
22
"githubWorkflowPath": "test-on-release.yml"
23
+ },
24
+ {
25
+ "title": "flowmcp-cli",
26
+ "githubUserName": "FlowMCP",
27
+ "githubRepository": "flowMCP-cli",
28
+ "githubWorkflowPath": "test-on-push.yml"
29
}
30
]
31
},
@@ -46,10 +52,16 @@ const config = [
46
52
47
53
48
54
{
49
- "title": "agent-pays",
55
+ "title": "x402-mcp-validator",
50
56
51
- "githubRepository": "agentPays",
- "githubWorkflowPath": "test-on-release.yml"
57
+ "githubRepository": "x402-mcp-validator",
58
59
60
61
+ "title": "erc8004-registry-parser",
62
63
+ "githubRepository": "erc8004-registry-parser",
64
65
66
67
0 commit comments