@eslint/mcp 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -6
- package/src/mcp-server.js +3 -3
package/README.md
CHANGED
|
@@ -32,12 +32,11 @@ Apache 2.0
|
|
|
32
32
|
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. [Become a Sponsor](https://eslint.org/donate)
|
|
33
33
|
to get your logo on our READMEs and [website](https://eslint.org/sponsors).
|
|
34
34
|
|
|
35
|
-
<h3>
|
|
36
|
-
<p><a href="https://www.ag-grid.com/"><img src="https://images.opencollective.com/ag-grid/bec0580/logo.png" alt="AG Grid" height="128"></a></p><h3>Platinum Sponsors</h3>
|
|
35
|
+
<h3>Platinum Sponsors</h3>
|
|
37
36
|
<p><a href="https://automattic.com"><img src="https://images.opencollective.com/automattic/d0ef3e1/logo.png" alt="Automattic" height="128"></a> <a href="https://www.airbnb.com/"><img src="https://images.opencollective.com/airbnb/d327d66/logo.png" alt="Airbnb" height="128"></a></p><h3>Gold Sponsors</h3>
|
|
38
37
|
<p><a href="https://qlty.sh/"><img src="https://images.opencollective.com/qltysh/33d157d/logo.png" alt="Qlty Software" height="96"></a> <a href="https://trunk.io/"><img src="https://images.opencollective.com/trunkio/fb92d60/avatar.png" alt="trunk.io" height="96"></a> <a href="https://shopify.engineering/"><img src="https://avatars.githubusercontent.com/u/8085" alt="Shopify" height="96"></a></p><h3>Silver Sponsors</h3>
|
|
39
38
|
<p><a href="https://vite.dev/"><img src="https://images.opencollective.com/vite/e6d15e1/logo.png" alt="Vite" height="64"></a> <a href="https://liftoff.io/"><img src="https://images.opencollective.com/liftoff/5c4fa84/logo.png" alt="Liftoff" height="64"></a> <a href="https://americanexpress.io"><img src="https://avatars.githubusercontent.com/u/3853301" alt="American Express" height="64"></a> <a href="https://stackblitz.com"><img src="https://avatars.githubusercontent.com/u/28635252" alt="StackBlitz" height="64"></a></p><h3>Bronze Sponsors</h3>
|
|
40
|
-
<p><a href="https://cybozu.co.jp/"><img src="https://images.opencollective.com/cybozu/933e46d/logo.png" alt="Cybozu" height="32"></a> <a href="https://
|
|
39
|
+
<p><a href="https://cybozu.co.jp/"><img src="https://images.opencollective.com/cybozu/933e46d/logo.png" alt="Cybozu" height="32"></a> <a href="https://sentry.io"><img src="https://github.com/getsentry.png" alt="Sentry" height="32"></a> <a href="https://www.crosswordsolver.org/anagram-solver/"><img src="https://images.opencollective.com/anagram-solver/2666271/logo.png" alt="Anagram Solver" height="32"></a> <a href="https://icons8.com/"><img src="https://images.opencollective.com/icons8/7fa1641/logo.png" alt="Icons8" height="32"></a> <a href="https://discord.com"><img src="https://images.opencollective.com/discordapp/f9645d9/logo.png" alt="Discord" height="32"></a> <a href="https://www.gitbook.com"><img src="https://avatars.githubusercontent.com/u/7111340" alt="GitBook" height="32"></a> <a href="https://nx.dev"><img src="https://avatars.githubusercontent.com/u/23692104" alt="Nx" height="32"></a> <a href="https://opensource.mercedes-benz.com/"><img src="https://avatars.githubusercontent.com/u/34240465" alt="Mercedes-Benz Group" height="32"></a> <a href="https://herocoders.com"><img src="https://avatars.githubusercontent.com/u/37549774" alt="HeroCoders" height="32"></a> <a href="https://www.lambdatest.com"><img src="https://avatars.githubusercontent.com/u/171592363" alt="LambdaTest" height="32"></a></p>
|
|
41
40
|
<h3>Technology Sponsors</h3>
|
|
42
41
|
Technology sponsors allow us to use their products and services for free as part of a contribution to the open source ecosystem and our work.
|
|
43
42
|
<p><a href="https://netlify.com"><img src="https://raw.githubusercontent.com/eslint/eslint.org/main/src/assets/images/techsponsors/netlify-icon.svg" alt="Netlify" height="32"></a> <a href="https://algolia.com"><img src="https://raw.githubusercontent.com/eslint/eslint.org/main/src/assets/images/techsponsors/algolia-icon.svg" alt="Algolia" height="32"></a> <a href="https://1password.com"><img src="https://raw.githubusercontent.com/eslint/eslint.org/main/src/assets/images/techsponsors/1password-icon.svg" alt="1Password" height="32"></a></p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "MCP server for ESLint",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./src/mcp-cli.js",
|
|
@@ -32,11 +32,6 @@
|
|
|
32
32
|
"url": "https://github.com/eslint/rewrite/issues"
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/mcp#readme",
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"c8": "^9.1.0",
|
|
37
|
-
"mocha": "^10.4.0",
|
|
38
|
-
"typescript": "^5.4.5"
|
|
39
|
-
},
|
|
40
35
|
"engines": {
|
|
41
36
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
42
37
|
},
|
package/src/mcp-server.js
CHANGED
|
@@ -17,7 +17,7 @@ import { ESLint } from "eslint";
|
|
|
17
17
|
|
|
18
18
|
const mcpServer = new McpServer({
|
|
19
19
|
name: "ESLint",
|
|
20
|
-
version: "0.1.
|
|
20
|
+
version: "0.1.1", // x-release-please-version
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Important: Cursor throws an error when `describe()` is used in the schema.
|
|
@@ -48,11 +48,11 @@ mcpServer.tool(
|
|
|
48
48
|
|
|
49
49
|
content.unshift({
|
|
50
50
|
type,
|
|
51
|
-
text: "Here are the results of running ESLint on the provided files:",
|
|
51
|
+
text: "Here are the results of running ESLint on the provided files. Before doing anything else, you must display the full list to the user:",
|
|
52
52
|
});
|
|
53
53
|
content.push({
|
|
54
54
|
type,
|
|
55
|
-
text: "
|
|
55
|
+
text: "If the user asked to fix any issues found, proceed in fixing them. If the user did not ask to fix issues found, you must ask the user for confirmation before attempting to fix the issues found.",
|
|
56
56
|
});
|
|
57
57
|
|
|
58
58
|
return {
|