Skip to main content
Glama

File Operation MCP Server

by Yussefgafer
tsconfig.json490 B
{ "compilerOptions": { "lib": ["ES2021"], "module": "ESNext", "noEmit": true, "strict": true, "skipLibCheck": true, "isolatedModules": true, "resolveJsonModule": true, "moduleResolution": "bundler", "useDefineForClassFields": true, "allowImportingTsExtensions": true, "baseUrl": ".", //查询的基础路径 "paths": { "@/*": ["src/*"] } //路径映射,配合别名使用 }, "include": ["src"], "exclude": ["node_modules", "dist"] }

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/Yussefgafer/MyMCP'

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