Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wommel0
Copy link

@wommel0 wommel0 commented Jun 9, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant