Skip to main content
Glama

Gold IRA Sales Analysis MCP Server

by the-funky-1
tsconfig.json849 B
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "node16", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "outDir": "./dist", "rootDir": "./src", "resolveJsonModule": true, "allowImportingTsExtensions": false, "noEmit": false }, "include": [ "src/index.ts", "src/http-server.ts", "src/mcp-http-server.ts", "src/debug-server.ts", "src/minimal-server.ts", "src/smithery-server.ts", "src/mcp-over-http-server.ts", "src/smithery-cli-server.ts" ], "exclude": [ "node_modules", "dist", "src/server.ts", "src/middleware", "src/tools", "src/utils", "src/smithery-server.ts" ] }

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/the-funky-1/MCP_Analysis'

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