Eslint mcp server #76
einarpersson
started this conversation in
General
Replies: 1 comment
-
@einarpersson Thanks for letting us know that eslint has a MCP Server. The marketplace doesn't have all the latest servers, it is dependent on cline marketplace. However, I've visited the link you provided and it works fine with the following config. {
"Eslint": {
"command": "npx",
"args": [
"@eslint/mcp@latest"
]
}
} Copy the JSON and open Let me know if you are facing any issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I saw that
eslint
had a--mcp
-flag. It seems as if eslint ships a builtin mcp server?And I found this.
I opened
MCPHub
marketplace and searched for eslint but found nothing.What is the correct way to integrate/use eslint mcp capabilities, with mcp-hub? As i have codecompanion installed and mcphub installed I was hoping by adding eslint mcp to mcp-hub i would also give that capability to codecompanion.
Can you enlighten me? I'm a bit confused about how to move forward in this type of situation
Beta Was this translation helpful? Give feedback.
All reactions