We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightfastai/lightfast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
settings.json•608 B
{
"python.analysis.extraPaths": [
"./src"
],
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
},
"ruff.enable": true,
// If ruff is not found, you might need to uncomment and set the path:
// "ruff.path": ["/Users/jeevanpillay/Code/@usr/lib/lightfast/lightfast-mcp/.venv/bin/ruff"],
// Ensure your VS Code is using the Python interpreter from ./.venv for this project.
}