We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seratch/openai-sdk-knowledge-org'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
settings.json•644 B
{
// Use two spaces for indentation
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
// Format files on save using Prettier
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
// ESLint validation
"eslint.validate": ["typescript", "typescriptreact", "javascript"],
// Use the workspace version of TypeScript
"typescript.tsdk": "node_modules/typescript/lib",
// Files settings
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true
}