We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/push-based/angular-toolkit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
eslint.config.mjs•520 B
import nextEslintConfig from './eslint.next.config.mjs';
// 🚨 DO NOT EDIT THIS FILE MANUALLY! 🚨
// Run `pnpm eslint-next/nx` to update or remove this file if all rules pass.
// Add new rules globally to the `eslint.config.js` or locally to the `eslint.next.config.js` file.
// For details, refer to: tools/scripts/eslint-next/README.md
export default [
...nextEslintConfig,
{
files: ['**/*'],
rules: {
// ❌ Errors: 1
'@nx/dependency-checks': 'off', // ❌ 1 error 🛠️
},
},
];