II.
ToolServer JSON
Structured · livetool-server:mcp-eslint
ESLint MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-eslint",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "ESLint MCP Server",
"description": "MCP server providing access to ESLint linting and analysis.\nEnables AI agents to lint files, inspect rule configurations,\napply auto-fixes, and analyze code quality issues.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/nicepkg/eslint-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-eslint",
"to": "tool:eslint",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-eslint",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-eslint",
"to": "domain:frontend",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}