Skip to content

Releases: cap-js/mcp

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 06:43
af059d6

Fixed

  • Correctly access target name when executing generic read CQL with infix filters

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 14:09
142c99c

Fixed

  • Use format: cql as default if the cds.mcp.format option is not applied
  • Entities from MCP-enabled services are not shown on index page
  • Entity @requires and action @restrict annotations are now respected when filtering tool context

Removed

  • Removed the toon_format flag, toon is now always the output format

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 11:42
30824f9

Changed

  • Clarified server instructions and query tool description to emphasize using describe before querying
  • query tool response no longer echoes the executed CQL string

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:29
6eafd01

Changed

  • Migrated from @modelcontextprotocol/sdk to the new split packages @modelcontextprotocol/server and @modelcontextprotocol/node (SDK 2.0.0)
  • Default mode for the query tool changed to CQL

Fixed

  • Set tool prefix as optional parameter

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:36
2ebb348

Changed

  • Renamed the call_action tool to call
  • cds.mcp.prefix now creates a prefix from the full service name
  • Experimental SQL input for the query tool changed to CQL

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 09:01
ba6fe63

Added

  • Experimental SQL input for the query tool

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 09:05
bd8409b

Fixed

  • Errors with details from actions are now properly returned
  • CDS 10 compatibility

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:35
26c298a

Added

  • Optional log option lib/tools.js to route tool-execution and registration logs through a custom cds.log instance
  • Optional tool name prefix (via cds.mcp.prefix: true) to avoid possible collisions when clients connect to multiple CAP MCP servers