We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaobenyang-com/whois-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"target": "es2022",
"module": "nodenext",
"declaration": true,
"sourceMap": true,
"strictPropertyInitialization": false,
"noImplicitAny": false
},
"include": ["src/**/*.ts"], // 编译 src 目录下所有 .ts 文件
"exclude": ["src/test/**/*"] // 排除测试目录
}