MCP Utility Server

by Nekzus
Verified
MIT License
2,969
  • Apple
  • Linux
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "ignore": [] }, "formatter": { "enabled": true, "formatWithErrors": false, "ignore": [], "indentStyle": "tab", "lineEnding": "lf", "lineWidth": 100 }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "off" }, "suspicious": { "noExplicitAny": "off" } } }, "javascript": { "formatter": { "quoteStyle": "single" } }, "json": { "formatter": { "indentStyle": "space" } } }