Skip to main content
Glama

Smartsheet MCP Server

.eslintrc.cjs714 B
module.exports = { root: true, parser: '@typescript-eslint/parser', parserOptions: { ecmaVersion: 2022, sourceType: 'module' }, env: { node: true, es2022: true }, ignorePatterns: [ '.eslintrc.cjs', 'jest.config.cjs', 'build/', 'node_modules/', 'coverage/', 'smartsheet_ops/', 'scripts/', 'tests/' ], rules: { // Basic ESLint rules that work with TypeScript parser 'no-console': 'off', // Allow console for server applications 'no-unused-vars': 'warn', 'prefer-const': 'error', 'no-var': 'error', 'eqeqeq': 'error', 'no-undef': 'off', // TypeScript handles this 'no-redeclare': 'off' // TypeScript handles this } };

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/terilios/smartsheet-server'

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