Skip to main content
Glama

Dice Rolling MCP Server

by jimmcq
tsconfig.json746 B
{ "compilerOptions": { "target": "ES2022", "module": "esnext", "moduleResolution": "node", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": [ "ES2022" ], "allowJs": true, "resolveJsonModule": true, "isolatedModules": true, "declaration": true, "declarationMap": true, "sourceMap": true, "incremental": true, "jsx": "preserve", "plugins": [ { "name": "next" } ], "noEmit": false }, "include": [ "src/**/*", ".next/types/**/*.ts" ], "exclude": [ "node_modules", "dist", "__tests__", ".next" ] }

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/jimmcq/dice-rolling-mcp'

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