{ "python.analysis.autoImportCompletions": true, "python.analysis.typeCheckingMode": "standard", "python.analysis.importFormat": "absolute", "[python]": { "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports": "never", "source.organizeImports.ruff": "explicit" } }, "isort.args": [ "--profile", "black" ], "files.eol": "\n", "cSpell.words": [ "dotenv", "fastapi", "fastmcp", "localtime", "mcps", "noninteractive", "pydantic", "PYPI", "pyproject", "streamable", "trixie", "uvicorn", "venv" ] }