Skip to content

Commit 7d0cb13

Browse files
authored
Modify server.json with new details and version
Updated the server name, description, and version in server.json.
1 parent 2e233f9 commit 7d0cb13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

server.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3-
"name": "io.github.yourusername/publish-mcp-server",
4-
"description": "An MCP server that helps users publish their MCP servers to the registry",
3+
"name": "io.github.marlenezw/publish-mcp-server",
4+
"description": "An MCP server that helps developers publish their MCP servers to the registry",
55
"status": "active",
66
"repository": {
7-
"url": "https://github.com/yourusername/publish-mcp-server",
7+
"url": "https://github.com/marlenezw/publish-mcp-server",
88
"source": "github"
99
},
10-
"version": "1.0.0",
10+
"version": "0.1.1",
1111
"packages": [
1212
{
1313
"registry_type": "pypi",
1414
"registry_base_url": "https://pypi.org",
1515
"identifier": "publish-mcp-server",
16-
"version": "1.0.0",
16+
"version": "0.1.1",
1717
"transport": {
1818
"type": "stdio"
1919
}
2020
}
2121
]
22-
}
22+
}

0 commit comments

Comments
 (0)