Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ABAP-ADT-API MCP-Server
by
mario-andreschak
Verified
GitHub
Developer Tools
Databases
Version Control
TypeScript
MIT License
3
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
CHANGELOG.md
Dockerfile
.env.example
.gitattributes
.gitignore
jest.config.js
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "@types/node": "^22.10.10", "abap-adt-api": "^6.2.0", "dotenv": "^16.4.7", "typescript": "^5.7.3" }, "name": "mcp-abap-abap-adt-api", "version": "0.1.1", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "build": "tsc -p tsconfig.json", "start": "node ./dist/index.js", "dev": "npx @modelcontextprotocol/inspector ./dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5" } }