oxlint-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lint-filesB | Lint files using Oxlint. You must provide a list of absolute file paths to the files you want to lint. The absolute file paths should be in the correct format for your operating system (e.g., forward slashes on Unix-like systems, backslashes on Windows). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'lint-files' has a clear, distinct purpose focused on linting files using Oxlint.
The naming convention is consistent by default since there is only one tool. The name 'lint-files' follows a clear verb_noun pattern, and there are no other tools to cause inconsistency.
A single tool is too few for a server's purpose, as it limits functionality and scope. While the tool is specific to linting, a typical server would benefit from additional tools for tasks like configuration or result analysis, making this feel thin and under-scoped.
The tool provides a basic linting operation, but there are notable gaps in the surface. For a linting domain, expected features like configuring rules, ignoring files, or formatting results are missing, which could hinder agent workflows and cause workarounds.