Skip to main content
Glama
PulkitXChadha

Databricks MCP Server

.eslintrc.json602 B
{ "root": true, "env": { "browser": true, "es2020": true }, "extends": [ "eslint:recommended" ], "ignorePatterns": ["dist", ".eslintrc.json", "src/fastapi_client/**/*"], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "plugins": ["@typescript-eslint", "react-hooks", "react-refresh"], "rules": { "react-refresh/only-export-components": [ "warn", { "allowConstantExport": true, "checkJS": false } ], "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn" } }

Latest Blog Posts

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/PulkitXChadha/awesome-databricks-mcp'

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