Skip to main content
Glama
settings.json941 B
{ // Use the local version of Typescript "typescript.tsdk": "node_modules\\typescript\\lib", // ESM requires extensions on import paths to work, // these options tell VSCode to prefer adding extensions // on auto-import. "typescript.preferences.importModuleSpecifierEnding": "js", "javascript.preferences.importModuleSpecifierEnding": "js", // Make sure ESLint runs on target files. "eslint.validate": ["javascript", "typescript"], // Check JavaScript by default (using the Typescript engine) "js/ts.implicitProjectConfig.checkJs": true, // Auto-format an fix files "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, // Let VSCode auto-update import paths when you move files around "typescript.updateImportsOnFileMove.enabled": "always", "javascript.updateImportsOnFileMove.enabled": "always" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gleanwork/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server