We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hmnzr/anki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tsconfig.json•720 B
{
"compilerOptions": {
"target": "ES2020" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"outDir": "./dist",
"module": "Node16",
"moduleResolution": "Node16",
"rootDir": "src",
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"strict": true /* Enable all strict type-checking options. */,
"noImplicitAny": false,
"skipLibCheck": true,
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}