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
11
11
### Building the Project
12
12
- ** Build** : ` mvn clean install ` or ` ./mvnw clean install `
13
13
- ** 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> `
15
15
16
16
### Docker Commands
17
17
- ** Build Docker image** : ` docker build -t mcp-contrast . `
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >com.contrast.labs.ai.mcp</groupId >
12
12
<artifactId >mcp-contrast</artifactId >
13
- <version >0.0.9 </version >
13
+ <version >0.0.11 </version >
14
14
<name >mcp-contrast</name >
15
15
<description >MCP Server</description >
16
16
<url />
Original file line number Diff line number Diff line change 43
43
public class SDKHelper {
44
44
45
45
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 " ;
47
47
48
48
private static final Logger logger = LoggerFactory .getLogger (SDKHelper .class );
49
49
Original file line number Diff line number Diff line change 1
1
spring.application.name =mcp-contrast
2
2
spring.main.web-application-type =none
3
3
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
5
5
6
6
spring.main.banner-mode =off
7
7
logging.pattern.console =
You can’t perform that action at this time.
0 commit comments