Skip to main content
Glama

YouTube Knowledge MCP

by efikuta
tsconfig.json924 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./build", "rootDir": "./src", "resolveJsonModule": true, "allowImportingTsExtensions": false, "noEmit": false, "isolatedModules": true, "verbatimModuleSyntax": true, "lib": ["ES2022"], "types": ["node"], "baseUrl": ".", "paths": { "@/*": ["src/*"], "@/types": ["src/types"], "@/utils/*": ["src/utils/*"], "@/tools/*": ["src/tools/*"] } }, "include": [ "src/**/*", "tests/**/*" ], "exclude": [ "node_modules", "build", "**/*.js" ], "ts-node": { "esm": true } }

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/efikuta/youtube-knowledge-mcp'

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