Skip to main content
Glama

privateGPT MCP Server

by Fujitsu-AI
tsconfig.json822 B
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2022"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": false, "allowSyntheticDefaultImports": true, "isolatedModules": true, "allowJs": true, // Diese Zeile ermöglicht das Kompilieren von `.js`-Dateien "baseUrl": ".", "paths": { "@modelcontextprotocol/sdk": ["node_modules/@modelcontextprotocol/sdk"] } }, "include": ["src/**/*.js"], "exclude": ["node_modules", "dist", "tests", "**/*.test.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/Fujitsu-AI/MCP-Server-for-MAS-Developments'

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