We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LucasSiqueiraSurreco/mcp-db-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export default [
{
ignores: [
"dist/**/*",
"build/**/*",
"coverage/**/*",
"node_modules/**/*",
"*.min.js",
"*.bundle.js",
".smithery/**/*"
],
},
{
languageOptions: {
ecmaVersion: 2022,
sourceType: "module",
},
rules: {
"no-console": "off",
"no-unused-vars": "error",
},
},
];