generated from stijnvanhulle/template
-
-
Notifications
You must be signed in to change notification settings - Fork 114
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem this feature would solve?
- Use MCP to create
kubb.config.ts
based on a LLM and run the generation script without needing to install or create a config. - List all imports that are being used in the codebase
- Use of output.extension correctly for mcp plugin
- https://github.com/eslint/eslint/blob/main/lib/mcp/mcp-server.js
- https://github.com/eslint/eslint/pull/19699/files
await sendNotification({
method: "notifications/message",
params: { level: "debug", data: `Starting multi-greet for ${name}` }
});
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request