Skip to main content
Glama

WatchBase MCP Server

tsconfig.json1.06 kB
{ "compilerOptions": { "target": "ES2022", // Target modern ECMAScript version "module": "NodeNext", // Use Node.js native ES module support "moduleResolution": "NodeNext", // Module resolution strategy for NodeNext "outDir": "./build", // Output directory for compiled JavaScript "rootDir": "./src", // Root directory of source files "lib": ["ES2022", "DOM"], // Add ES library definitions "strict": true, // Enable all strict type-checking options "esModuleInterop": true, // Enables compatibility with CommonJS modules "skipLibCheck": true, // Skip type checking of declaration files "forceConsistentCasingInFileNames": true, // Disallow inconsistently-cased references "resolveJsonModule": true, // Allow importing JSON files "declaration": true, // Generate corresponding '.d.ts' files "sourceMap": true // Generate source maps for debugging }, "include": ["src/**/*"], // Include all files in the src directory "exclude": ["node_modules", "build"] // Exclude node_modules and build output }

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/watchdealer-pavel/watchbase-mcp-server'

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