Initial commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "code-formatter",
|
||||
"version": "1.0.0",
|
||||
"description": "Formats code files using prettier and eslint. Use when the user wants to format code, fix linting issues, or clean up code style.",
|
||||
"contextFileName": "GEMINI.md",
|
||||
"mcpServers": {
|
||||
"formatter-tools": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"${extensionPath}/mcp-server/index.js"
|
||||
],
|
||||
"env": {
|
||||
"PRETTIER_CONFIG": "${PRETTIER_CONFIG}",
|
||||
"ESLINT_CONFIG": "${ESLINT_CONFIG}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"excludeTools": [
|
||||
"Edit",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"Task",
|
||||
"WebFetch",
|
||||
"WebSearch",
|
||||
"TodoWrite",
|
||||
"AskUserQuestion",
|
||||
"SlashCommand",
|
||||
"Skill",
|
||||
"NotebookEdit",
|
||||
"BashOutput",
|
||||
"KillShell"
|
||||
],
|
||||
"settings": [
|
||||
{
|
||||
"name": "PRETTIER_CONFIG",
|
||||
"description": "Prettier Config"
|
||||
},
|
||||
{
|
||||
"name": "ESLINT_CONFIG",
|
||||
"description": "Eslint Config"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user