[project] name = "syndarix-mcp-filesystem" version = "0.1.0" description = "Syndarix Filesystem MCP Server - Sandboxed file operations" requires-python = ">=3.12" dependencies = [ "fastmcp>=0.1.0", "aiofiles>=24.0.0", "redis>=5.0.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "ruff>=0.8.0", ] [tool.ruff] target-version = "py312" line-length = 88