{
"cSpell.words": ["modelcontextprotocol"],
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.codeActionsOnSave": {
"source.addMissingImports": "explicit",
"source.organizeImports": "never",
"source.fixAll.eslint": "explicit",
"source.fixAll.format": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
}