Skip to content

Releases: abap-ai/mcp

0.2

22 Jun 14:34
6f9d8d2

Choose a tag to compare

Added support for new Protocol Version 2025-06-18 https://modelcontextprotocol.io/specification/2025-06-18/changelog

  • Removed JSON-RPC batching (also for the old version, I doubt it was used and avoids dead code)
  • Added support for structured tool output (use the schema builder, see demo_standard)
  • New resource links
  • Extension of _meta field support
  • title field for human-friendly display names
  • Extended ajson to support josn pointer like syntax for keys with slash "/" as required by _meta - use "~1" instead of "/"
  • Updated the documentation and more tests (see mcp_test repo)
  • Some further minor updates based on the spec like last_modified annotation, etc.

v0.1

26 May 20:02

Choose a tag to compare

Warning: Breaking changes - you might have to adjust origins table & update implementations to implement the new get_session_mode method.

Multiple updates to make life easier - special thanks to the Feedback

  • Extended Schema Builder with min/max, etc.
  • Added Schema Validator to simplify validation based on the Schema Builder Schema
  • Added a report to cleanup MCP sessions
  • Added demo configuration as tabu entries
  • Removed tests and moved them into their own repo mcp_tests
  • Changed the origins table to avoid the key length warning - table conversion might be required
  • Moved DDIC content into it's own package

v0.0.2

01 May 17:08
b1f429c

Choose a tag to compare

What's Changed

  • 5 full testsuite for the mcp server by @wommel0 in #6

Full Changelog: 0,0.1...0.0.2

v0.0.1

19 Apr 20:04

Choose a tag to compare

Initial Release. Main branch is 7.52 compatible, for older releases use branch 702