Skip to main content
Glama
package.json872 B
{ "name": "fabric-mcp-tests", "version": "1.0.0", "description": "Test suite for Microsoft Fabric Analytics MCP Server", "type": "module", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint . --ext .ts,.js", "lint:fix": "eslint . --ext .ts,.js --fix" }, "devDependencies": { "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.40.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "extensionsToTreatAsEsm": [".ts"], "moduleNameMapping": { "^(\\.{1,2}/.*)\\.js$": "$1" }, "transform": { "^.+\\.tsx?$": ["ts-jest", { "useESM": true }] } } }

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/santhoshravindran7/Fabric-Analytics-MCP'

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