Skip to main content
Glama
tsconfig.json828 B
{ "compilerOptions": { "target": "ES2022", "jsx": "react-jsx", "jsxImportSource": "@kitajs/html", "plugins": [{ "name": "@kitajs/ts-html-plugin" }], "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "dist", "sourceMap": true, "declaration": true, "allowJs": true, "resolveJsonModule": true, "types": ["@kitajs/html/htmx.d.ts", "vite/client"], "incremental": true, "tsBuildInfoFile": ".tsbuildinfo", "noUncheckedIndexedAccess": false, "exactOptionalPropertyTypes": false, "assumeChangesOnlyAffectDirectDependencies": true }, "include": ["src/**/*", "test/**/*"], "exclude": ["node_modules", "dist"] }

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/arabold/docs-mcp-server'

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