Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP ABAP ADT
by
mario-andreschak
Verified
GitHub
Developer Tools
Databases
Version Control
TypeScript
MIT License
4
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
CHANGELOG.md
Dockerfile
.env.example
.gitignore
jest.config.js
LICENSE
mcp-abap-adt.code-workspace
package.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "es2022", "lib": ["es2022"], "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "typeRoots": [ "./node_modules/@types", "./node_modules/@modelcontextprotocol/sdk/types" ], "outDir": "./dist", "noImplicitAny": false }, "include": ["src/**/*"], "exclude": ["node_modules"] }