We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhengyun1008/mcp-server-oracle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"compilerOptions": {
"allowJs": true,
"outDir": "./dist",
"rootDir": ".",
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"removeComments": true,
"pretty": false,
"stripInternal": true,
"newLine": "lf",
"types": ["node", "jest"],
// "allowImportingTsExtensions": true,
// "noEmit": true, // 启用 noEmit 选项
// "noEmitOnError": true
},
"include": [
"./*.ts"
],
"exclude": ["node_modules", "**/*.test.ts"]
}