Skip to main content
Glama
tsconfig.json555 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "lib": ["ES2022", "DOM"], "types": ["@league-of-foundry-developers/foundry-vtt-types"], "paths": { "@foundry-mcp/shared": ["../../shared/src"] } }, "include": ["src/**/*", "types/**/*"], "exclude": ["dist", "**/*.test.*", "**/*.spec.*"] }

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/adambdooley/foundry-vtt-mcp'

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