Skip to content

Commit c1d1f09

Browse files
committed
chore(__init__.py): remove version variable to simplify the module structure
1 parent 36bbf92 commit c1d1f09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mcp_text_editor/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
from .server import main
66

7-
__version__ = "0.1.0"
8-
97

108
def run() -> None:
119
"""Run the MCP Text Editor Server."""

0 commit comments

Comments
 (0)