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 1747684 commit 3fc3e47Copy full SHA for 3fc3e47
__init__.py
@@ -1,9 +1,9 @@
1
"""Publish MCP Server - A tool to help publish MCP servers to the registry."""
2
3
-__version__ = "1.0.0"
4
-__author__ = "Your Name"
5
-__email__ = "your.email@example.com"
+__version__ = "0.1.1"
+__author__ = "Marlene Mhangami"
+__email__ = "marlenemhangami@gmail.com"
6
7
from .publish_mcp_server import mcp, main
8
9
-__all__ = ["mcp", "main"]
+__all__ = ["mcp", "main"]
0 commit comments