-
securityF
license-
qualityThis server provides an interface for performing basic file system operations such as navigation, reading, writing, and file analysis, allowing users to manage directories and files efficiently.
3
Python
Ruff is an extremely fast Python linter and code formatter, written in Rust.
Why this server?
Integrates the Ruff linter and formatter through ruff_check(paths) and ruff_format(paths) functions
Why this server?
Utilizes Ruff for code quality checks during development.