Spaces:
Sleeping
Sleeping
Meet Patel
Refactor TutorX MCP server to remove legacy client and utility modules, update app.py for SSE integration, and enhance .gitignore to exclude .cursor directory. Clean up main.py for improved server configuration and streamline run script for better usability.
1af10cc
""" | |
TutorX MCP Server Package | |
This package contains the Model Context Protocol (MCP) server for the TutorX educational platform. | |
""" | |
__version__ = "0.1.0" | |
def get_version() -> str: | |
"""Return the current version of the TutorX MCP server.""" | |
return __version__ | |