1af10cc
1
2
3
4
5
6
7
from mcp.server.fastmcp import FastMCP mcp = FastMCP( "TutorX", dependencies=["mcp[cli]>=1.9.3"], cors_origins=["*"] )