Skip to main content
Glama
settings.json1.07 kB
{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": "explicit", "source.fixAll": "explicit", }, "ruff.enable": true, "ruff.fixAll": true, "ruff.lint.enable": true, "rewrap.autoWrap.enabled": true, "editor.wordWrap": "off", "editor.wordWrapColumn": 88, "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false, "python.testing.cwd": "", "python.testing.pytestArgs": [ ".", "--cov=src", "--cov-report=term-missing", "--cov-report=html", "--cov-report=xml" ], "python.analysis.autoFormatStrings": true, "python.analysis.autoImportCompletions": true, "python.analysis.completeFunctionParens": true, "python.analysis.inlayHints.functionReturnTypes": true, "python.analysis.typeCheckingMode": "standard", "cursorpyright.analysis.autoImportCompletions": true, "cursorpyright.analysis.inlayHints.functionReturnTypes": true, "cursorpyright.analysis.typeCheckingMode": "standard", }

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/helixml/kodit'

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