diff --git a/app/main.py b/app/main.py index 51705de..2431eed 100644 --- a/app/main.py +++ b/app/main.py @@ -6,11 +6,6 @@ from fastapi.middleware.cors import CORSMiddleware from fastapi_mcp.server import FastApiMCP -# Add the app directory to Python path for absolute imports -app_dir = Path(__file__).parent -sys.path.insert(0, str(app_dir)) - - settings = get_settings() app = FastAPI(