TutorX-MCP / mcp_server /mcp_instance.py
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
raw
history blame contribute delete
132 Bytes
from mcp.server.fastmcp import FastMCP
mcp = FastMCP(
"TutorX",
dependencies=["mcp[cli]>=1.9.3"],
cors_origins=["*"]
)