We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hypothesi/mcp-server-tauri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"compilerOptions": {
"moduleResolution": "bundler",
"module": "ESNext",
"target": "ES2021",
"lib": ["ES2021"],
"declaration": true,
"declarationMap": true,
"outDir": "../dist-js",
"rootDir": ".",
"skipLibCheck": true
},
"include": ["*.ts"],
"exclude": ["node_modules"]
}