Skip to content

Commit 4a8cbd5

Browse files
committed
chore: Release compatibility-engine-mcp-server version 2.0.0
1 parent fdc0587 commit 4a8cbd5

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TITLE="Compatibility Engine MCP Server"
77
SOURCE="https://github.com/alpha-hack-program/compatibility-engine-mcp-rs.git"
88

99
# Version (managed by cargo-release)
10-
VERSION=1.3.3
10+
VERSION=2.0.0
1111

1212
# Container Configuration
1313
BASE_TAG="9.6"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compatibility-engine-mcp-server"
3-
version = "1.3.3"
3+
version = "2.0.0"
44
edition = "2024"
55

66
[dependencies]

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Build arguments
44
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
55
ARG BASE_TAG=9.6
6-
ARG VERSION=1.3.3
6+
ARG VERSION=2.0.0
77
ARG MAINTAINER="Alpha Hack Group <alpha@github.com>"
88
ARG DESCRIPTION="Compatibility Engine MCP Server - Model Context Protocol server to check benefits"
99
ARG APP_NAME=compatibility-engine-mcp-rs

mcpb/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "compatibility-engine-mcp-server",
44
"display_name": "Compatibility Engine MCP Server",
5-
"version": "1.3.3",
5+
"version": "2.0.0",
66
"description": "Compatibility Engine MCP Server with 5 calculation functions",
77
"author": {
88
"name": "Carlos Vicens"

src/common/compatibility_engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ impl ServerHandler for CompatibilityEngine {
13111311
fn get_info(&self) -> ServerInfo {
13121312
// Read basic information from .env file (replaced by sync script during release)
13131313
let name = "compatibility-engine-mcp-rs".to_string();
1314-
let version = "1.3.3".to_string();
1314+
let version = "2.0.0".to_string();
13151315
let title = "Compatibility Engine MCP Server".to_string();
13161316
let website_url = "https://github.com/alpha-hack-program/compatibility-engine-mcp-rs.git".to_string();
13171317

0 commit comments

Comments
 (0)