servers icon indicating copy to clipboard operation
servers copied to clipboard

Add SAP ABAP MCP Server SDK to "For Servers" within "Frameworks"

Open wommel0 opened this issue 7 months ago • 0 comments

Description

Added the SAP ABAP MCP Server SDK within Frameworks.

Server Details

  • Server:
  • Changes to:

Motivation and Context

Shortly after 2025-03-26 release I created an SAP ABAP implementation for MCP servers. As SAP systems usually contain valuable data and features MCP support adds an easy way to enable GenAI use cases. While I assume ABAP developers will usually not stumble upon this Readme the teams that want to build AI use cases on top of SAP might, therefore I see it a useful addition.

How Has This Been Tested?

Besides SAP internal features a full test suite based on the TypeScript SDK is used to verify compatibility as well as manual tests with MCP Inspector. Note that there are some inherent ABAP limitations (e.g. no SSE support, Auth specialitities, ...) but with Streamable HTTP the SSE part is now optional and therefore only an issue for non-spec-compliant clients.

Breaking Changes

No

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ x] Documentation update

Checklist

  • [x ] I have read the MCP Protocol Documentation
  • [ ] My changes follows MCP security best practices
  • [ ] I have updated the server's README accordingly
  • [ ] I have tested this with an LLM client
  • [ x] My code follows the repository's style guidelines
  • [ ] New and existing tests pass locally
  • [ ] I have added appropriate error handling
  • [ ] I have documented all environment variables and configuration options

Additional context

wommel0 avatar Jun 09 '25 08:06 wommel0