File tree Expand file tree Collapse file tree 11 files changed +20
-13
lines changed
schemacrawler-ai-langchain4j
schemacrawler-ai-mcpserver Expand file tree Collapse file tree 11 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 77# ========================================================================
88
99# Provided arguments
10- ARG FROM_IMAGE=schemacrawler/schemacrawler:v16.27.1
10+ ARG FROM_IMAGE=schemacrawler/schemacrawler:v16.27.2
1111
1212# BUILDER stage - Build SchemaCrawler AI
1313FROM maven:3.9-eclipse-temurin-21 AS builder
Original file line number Diff line number Diff line change 22
33SchemaCrawler AI release notes.
44
5+ <a name =" v16.27.2-1 " ></a >
6+ ## Release 16.27.2-1 - 2025-09-03
7+
8+ - Allow MCP Server to be started entirely from environmental variables
9+ - Start MCP Server in an error state if a database connection cannot be made
10+
11+
512<a name =" v16.27.1-1 " ></a >
613## Release 16.27.1-1 - 2025-08-25
714
Original file line number Diff line number Diff line change 66
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-ai-aggregator</artifactId >
9- <version >16.27.1-2 </version >
9+ <version >16.27.2-1 </version >
1010 <packaging >pom</packaging >
1111 <name >SchemaCrawler AI [Aggregator]</name >
1212
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >us.fatehi</groupId >
66 <artifactId >schemacrawler-ai-parent</artifactId >
7- <version >16.27.1-2 </version >
7+ <version >16.27.2-1 </version >
88 <relativePath >../schemacrawler-ai-parent</relativePath >
99 </parent >
1010 <artifactId >schemacrawler-ai-aichat</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-ai-parent</artifactId >
9- <version >16.27.1-2 </version >
9+ <version >16.27.2-1 </version >
1010 <relativePath >../schemacrawler-ai-parent</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-ai-parent</artifactId >
9- <version >16.27.1-2 </version >
9+ <version >16.27.2-1 </version >
1010 <relativePath >../schemacrawler-ai-parent</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-ai-parent</artifactId >
9- <version >16.27.1-2 </version >
9+ <version >16.27.2-1 </version >
1010 <relativePath >../schemacrawler-ai-parent</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-ai-parent</artifactId >
9- <version >16.27.1-2 </version >
9+ <version >16.27.2-1 </version >
1010 <relativePath >../schemacrawler-ai-parent</relativePath >
1111 </parent >
1212 <artifactId >schemacrawler-ai-mcpserver</artifactId >
3838 <dependency >
3939 <groupId >org.springframework.boot</groupId >
4040 <artifactId >spring-boot-dependencies</artifactId >
41- <version >3.5.3 </version >
41+ <version >3.5.5 </version >
4242 <type >pom</type >
4343 <scope >import</scope >
4444 </dependency >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ spring:
1717 name : schemacrawler-mcpserver
1818server :
1919 name : SchemaCrawler AI MCP Server
20- version : " v16.27.1-2 "
20+ version : " v16.27.2-1 "
2121 heartbeat : true
2222
2323---
Original file line number Diff line number Diff line change 11
22--------------------------------
33SchemaCrawler AI MCP Server
4- v16.27.1-2
4+ v16.27.2-1
55--------------------------------
You can’t perform that action at this time.
0 commit comments