Releases: abap-ai/mcp
Releases · abap-ai/mcp
0.2
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
titlefield 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
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