Skip to main content
Glama

Simple Timer MCP Server

by tonyOgbonna
tsconfig.json674 B
{ "compilerOptions": { "target": "es2022", "module": "es2022", "lib": ["es2022", "esnext.asynciterable"], "outDir": "./dist", "rootDir": ".", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "resolveJsonModule": true, "baseUrl": ".", "paths": { "@modelcontextprotocol/sdk": ["./node_modules/@modelcontextprotocol/sdk/dist/esm/index.js"], "@modelcontextprotocol/sdk/*": ["./node_modules/@modelcontextprotocol/sdk/dist/esm/*"] } }, "include": ["src/**/*.ts", "test-client.ts"], "exclude": ["node_modules", "dist"] }

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/tonyOgbonna/Simple-Timer-MCP-Server'

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