Plugins can either support their own types, or they could be supported by the community in the @eslint-types repository. A list of community supported plugins can be found here.
The DIY Tools MCP server enables you to dynamically add custom tools without needing to write a full MCP server. Simply provide the function code, parameters schema, and the server handles the rest - ...