Skip to content

Commit bd155c7

Browse files
authored
v16.28.1-2 (#99)
* Add registration for MCP Server registry * v16.28.1-2
1 parent 2fadcfc commit bd155c7

File tree

14 files changed

+108
-13
lines changed

14 files changed

+108
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ tree.txt
33
**/gpl*.*
44
.idea/
55
_ai-distrib/
6+
.mcpregistry*
67

78
# Created by https://www.toptal.com/developers/gitignore/api/java,eclipse,intellij+all,visualstudiocode,maven,gradle
89
# Edit at https://www.toptal.com/developers/gitignore?templates=java,eclipse,intellij+all,visualstudiocode,maven,gradle

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
FROM ${FROM_IMAGE}
2828

2929
LABEL \
30-
io.modelcontextprotocol.server.name="com.schemacrawler/schemacrawler-ai"
30+
io.modelcontextprotocol.server.name="io.github.schemacrawler/schemacrawler-ai"
3131

3232
# Copy SchemaCrawler AI distribution from builder stage
3333
COPY --from=builder \

Dockerfile.early-access-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
FROM schemacrawler/schemacrawler:early-access-release
1010

1111
LABEL \
12-
io.modelcontextprotocol.server.name="com.schemacrawler/schemacrawler-ai"
12+
io.modelcontextprotocol.server.name="io.github.schemacrawler/schemacrawler-ai"
1313

1414
# Copy SchemaCrawler AI extra distribution jars from the build directory
1515
COPY \

changelog.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
SchemaCrawler AI release notes.
44

5+
<a name="v16.28.1-2"></a>
6+
## Release 16.28.1-2 - 2025-09-17
7+
8+
- Add tags to publish to https://github.com/modelcontextprotocol/registry/
9+
10+
511
<a name="v16.28.1-1"></a>
6-
## Release 16.28.1-1 - 2025-09-18
12+
## Release 16.28.1-1 - 2025-09-16
713

8-
- Refactor code
14+
- Refactor code to make it more idiomatic in the Spring Frameork
15+
- Format tool error messages in JSON
916

1017

1118
<a name="v16.27.2-1"></a>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-aggregator</artifactId>
9-
<version>16.28.1-1</version>
9+
<version>16.28.1-2</version>
1010
<packaging>pom</packaging>
1111
<name>SchemaCrawler AI [Aggregator]</name>
1212

schemacrawler-ai-aichat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>us.fatehi</groupId>
66
<artifactId>schemacrawler-ai-parent</artifactId>
7-
<version>16.28.1-1</version>
7+
<version>16.28.1-2</version>
88
<relativePath>../schemacrawler-ai-parent</relativePath>
99
</parent>
1010
<artifactId>schemacrawler-ai-aichat</artifactId>

schemacrawler-ai-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.28.1-1</version>
9+
<version>16.28.1-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212

schemacrawler-ai-distrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.28.1-1</version>
9+
<version>16.28.1-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212

schemacrawler-ai-langchain4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.28.1-1</version>
9+
<version>16.28.1-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212

schemacrawler-ai-mcpserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-ai-parent</artifactId>
9-
<version>16.28.1-1</version>
9+
<version>16.28.1-2</version>
1010
<relativePath>../schemacrawler-ai-parent</relativePath>
1111
</parent>
1212
<artifactId>schemacrawler-ai-mcpserver</artifactId>

0 commit comments

Comments
 (0)