MCP.so
登录

ABAP Model Context Protocol Server SDK

@abap-ai

关于 ABAP Model Context Protocol Server SDK

ABAP MCP - Model Context Protocol - Server SDK

基本信息

分类

开发工具

许可证

MIT

运行时

abap

传输方式

stdio

发布者

abap-ai

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ABAP Model Context Protocol Server SDK?

An ABAP implementation of the Model Context Protocol (MCP), supporting protocol versions up to 2025-11-25. It is a server-only SDK — SSE streaming, which is mandatory for the client, is not supported. This SDK is intended for ABAP developers building MCP servers with capabilities like prompts, resources, tools, and tasks.

How to use ABAP Model Context Protocol Server SDK?

Refer to the Overview in the docs folder for installation and configuration details. The SDK integrates ABAP open-source projects including ajson, abaplint, and abapGit.

Key features of ABAP Model Context Protocol Server SDK

  • Supports protocol versions 2025-03-26, 2025-06-18, and 2025-11-25
  • Implements Prompts, Resources, Tools, Tasks, and Completions
  • DDIC-based schema generation plus a JSON schema builder and validator
  • Task-augmented tool execution with optional output schemas
  • No SSE — no notifications, listChanged, subscribe, or logging
  • Authorization relies on ABAP features; OAuth possible in newer S/4HANA

Use cases of ABAP Model Context Protocol Server SDK

  • Building MCP server functionality directly within an ABAP system
  • Long-running background work with client polling via Tasks
  • Autocomplete for prompt and resource-template arguments
  • Generating and validating JSON schemas from ABAP DDIC definitions

FAQ from ABAP Model Context Protocol Server SDK

What protocol versions are supported?

Supported versions: 2025-03-26, 2025-06-18, and 2025-11-25. Older versions may be dropped over time.

Does the SDK support SSE for client connections?

No. SSE streaming is required for the client side, and the maintainer sees no realistic way to implement it in ABAP. Only the server side is provided.

What ABAP open-source projects does it depend on?

It integrates ajson, abaplint, and abapGit. More related projects are listed at dotabap.org.

How is authorization handled?

Standard MCP authorization via custom code is not feasible in ABAP. The server relies on ABAP-native features; an overview of options is in the Authentication documentation.

Is client support planned?

No. The README states there is no realistic way to support SSE streaming, which is mandatory for an MCP client.

评论

开发工具 分类下的更多 MCP 服务器