We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/newerton/mcp-status-invest'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://biomejs.dev/schemas/2.4.3/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"includes": [
"**",
"!**/.history/**/*",
"!**/node_modules/**/*",
"!**/.next/**/*",
"!**/dist/**/*",
"!**/out/**/*",
"!**/playwright/report/*"
]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingCommas": "all",
"semicolons": "always"
}
},
"json": {
"formatter": {
"trailingCommas": "none"
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"useImportType": "error",
"useTemplate": "error",
"noNonNullAssertion": "error"
},
"complexity": {
"useLiteralKeys": "off"
},
"correctness": {
"noUnusedImports": {
"level": "error",
"fix": "safe",
"options": {}
},
"useExhaustiveDependencies": "error"
},
"suspicious": {
"noConfusingVoidType": "error",
"noUnknownAtRules": "off",
"useIterableCallbackReturn": "error"
},
"nursery": {
"useSortedClasses": "error"
}
},
"domains": {
"next": "recommended",
"react": "recommended"
}
},
"css": {
"parser": {
"tailwindDirectives": true
}
},
"assist": {
"actions": {
"source": {
"organizeImports": {
"level": "on",
"options": {
"identifierOrder": "lexicographic"
}
}
}
}
}
}