Skip to content

Commit 6932d8b

Browse files
authored
Update config.mjs
1 parent f23f195 commit 6932d8b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/data/config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
const config = {
22
'githubDetails': [
33
{
4-
"title": "Flow MCP (Core)",
4+
"title": "flowmcp-core",
55
"githubUserName": "FlowMCP",
6-
"githubRepository": "flowMCP"
6+
"githubRepository": "flowMCP-core"
77
},
88
{
9-
"title": "Flow MCP (Schemas)",
9+
"title": "flowmcp-schemas",
1010
"githubUserName": "flowMCP",
1111
"githubRepository": "flowMCP-schemas"
1212
},
1313
{
14-
"title": "Flow MCP (Servers)",
14+
"title": "flowmcp-servers",
1515
"githubUserName": "flowMCP",
1616
"githubRepository": "flowMCP-servers"
1717
}
1818
],
1919
'documentationRepository': [
2020
{
21-
"title": "Flow MCP (Community Server)",
21+
"title": "community-sever",
2222
"githubUserName": "flowMCP",
2323
"githubRepository": "community-server",
2424
"imageUrl": "",
25-
"uptimeRobotId": "800841892",
25+
"uptimeRobotId": "m800841892-66d45cc47d17f8587c3c969f",
2626
"url": "https://community.flowmcp.org"
2727
}
2828
]

0 commit comments

Comments
 (0)