Skip to main content
Glama

Tiny TODO MCP

by tkc
tsconfig.json611 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "outDir": "dist", "rootDir": "./", "resolveJsonModule": true, "declaration": true, "allowSyntheticDefaultImports": true, "noImplicitAny": false, "paths": { "bun:sqlite": ["./node_modules/bun-types/sqlite.d.ts"] } }, "include": ["src/**/*", "types/**/*"], "exclude": ["node_modules", "dist", "tests/**/*"], "lib": ["ESNext", "DOM", "DOM.Iterable"], "types": ["web", "bun-types"] }

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/tkc/tinyt-todo-mcp'

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