File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
java/com/contrast/labs/ai/mcp/contrast/sdkexstension Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 . `
Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change 4343public 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
Original file line number Diff line number Diff line change 11spring.application.name =mcp-contrast
22spring.main.web-application-type =none
33spring.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
66spring.main.banner-mode =off
77logging.pattern.console =
You can’t perform that action at this time.
0 commit comments