Skip to content

Commit 681643e

Browse files
bumping the version past joe's version
1 parent 5229242 commit 681643e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is an MCP (Model Context Protocol) server for Contrast Security that enable
1111
### Building the Project
1212
- **Build**: `mvn clean install` or `./mvnw clean install`
1313
- **Test**: `mvn test` or `./mvnw test`
14-
- **Run locally**: `java -jar target/mcp-contrast-0.0.9.jar --CONTRAST_HOST_NAME=<host> --CONTRAST_API_KEY=<key> --CONTRAST_SERVICE_KEY=<key> --CONTRAST_USERNAME=<user> --CONTRAST_ORG_ID=<org>`
14+
- **Run locally**: `java -jar target/mcp-contrast-0.0.11.jar --CONTRAST_HOST_NAME=<host> --CONTRAST_API_KEY=<key> --CONTRAST_SERVICE_KEY=<key> --CONTRAST_USERNAME=<user> --CONTRAST_ORG_ID=<org>`
1515

1616
### Docker Commands
1717
- **Build Docker image**: `docker build -t mcp-contrast .`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.contrast.labs.ai.mcp</groupId>
1212
<artifactId>mcp-contrast</artifactId>
13-
<version>0.0.9</version>
13+
<version>0.0.11</version>
1414
<name>mcp-contrast</name>
1515
<description>MCP Server</description>
1616
<url/>

src/main/java/com/contrast/labs/ai/mcp/contrast/sdkexstension/SDKHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
public class SDKHelper {
4444

4545
private static final String MCP_SERVER_NAME = "contrast-mcp";
46-
private static final String MCP_VERSION = "0.0.9";
46+
private static final String MCP_VERSION = "0.0.11";
4747

4848
private static final Logger logger = LoggerFactory.getLogger(SDKHelper.class);
4949

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring.application.name=mcp-contrast
22
spring.main.web-application-type=none
33
spring.ai.mcp.server.name=mcp-contrast
4-
spring.ai.mcp.server.version=0.0.9
4+
spring.ai.mcp.server.version=0.0.11
55

66
spring.main.banner-mode=off
77
logging.pattern.console=

0 commit comments

Comments
 (0)