Skip to main content
Glama

Cosmic MCP Server

by patgpt
tsconfig.json1.61 kB
{ "compilerOptions": { "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "jsx": "react-jsx", "allowJs": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "outDir": "./dist", "rootDir": "./", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "exactOptionalPropertyTypes": true, "noPropertyAccessFromIndexSignature": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "alwaysStrict": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "baseUrl": "./src", "paths": { "@/*": ["*"], "@/types/*": ["types/*"], "@/utils/*": ["utils/*"], "@/errors/*": ["errors/*"], "@/services/*": ["services/*"], "@/repositories/*": ["repositories/*"], "@/config/*": ["config/*"], "@/tests/*": ["tests/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "tests/**/*"], "types": ["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/patgpt/cosmic-mcp'

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