This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from c063ee175 Rethinking QuotingStrategy to remove dependency on the ORM
model...
new f5c97f33b CAY-2965 MCP Cgen should not fail on an absent "<cgen>" tag
new 571318029 CAY-2965 MCP Cgen should not fail on an absent "<cgen>" tag
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE-NOTES.txt | 1 +
ai-plugin/references/cgen-config.md | 6 +-
ai-plugin/references/mcp-tools.md | 8 ++-
ai-plugin/skills/cayenne-cgen/SKILL.md | 11 ++-
.../org/apache/cayenne/gen/CgenConfiguration.java | 34 +++++++++
.../apache/cayenne/gen/CgenConfigurationTest.java | 81 ++++++++++++++++++++++
cayenne-mcp-server/PROTOCOL.md | 4 +-
.../apache/cayenne/mcp/tools/cgen/CgenRunTool.java | 15 ++--
.../mcp/tools/cgen/protocol/CgenErrorCode.java | 1 -
.../apache/cayenne/mcp/tools/cgen/CgenRunIT.java | 41 +++++++++++
.../mcp/tools/cgen/CgenRunValidationTest.java | 16 -----
.../editor/datadomain/cgen/DataDomainCgenTab.java | 7 +-
.../ui/project/editor/datamap/cgen/CgenPanel.java | 14 +---
13 files changed, 183 insertions(+), 56 deletions(-)