@@ -47,7 +47,7 @@ This module is compatible with Spring WebMVC-based servers only.
47
47
<dependency >
48
48
<groupId >org.springaicommunity</groupId >
49
49
<artifactId >mcp-server-security</artifactId >
50
- <version >0.0.1 </version >
50
+ <version >0.0.2 </version >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >org.springframework.boot</groupId >
@@ -67,7 +67,7 @@ This module is compatible with Spring WebMVC-based servers only.
67
67
* Gradle*
68
68
69
69
``` groovy
70
- implementation("org.springaicommunity:mcp-server-security:0.0.1 ")
70
+ implementation("org.springaicommunity:mcp-server-security:0.0.2 ")
71
71
implementation("org.springframework.boot:spring-boot-starter-security")
72
72
73
73
// OPTIONAL
@@ -320,14 +320,14 @@ This module supports `McpSyncClient`s only.
320
320
<dependency >
321
321
<groupId >org.springaicommunity</groupId >
322
322
<artifactId >mcp-client-security</artifactId >
323
- <version >0.0.1 </version >
323
+ <version >0.0.2 </version >
324
324
</dependency >
325
325
```
326
326
327
327
* Gradle*
328
328
329
329
``` groovy
330
- implementation("org.springaicommunity:mcp-client-security:0.0.1 ")
330
+ implementation("org.springaicommunity:mcp-client-security:0.0.2 ")
331
331
```
332
332
333
333
### Authorization flows
@@ -632,14 +632,14 @@ It provides a simple configurer for an MCP server.
632
632
<dependency >
633
633
<groupId >org.springaicommunity</groupId >
634
634
<artifactId >mcp-authorization-server</artifactId >
635
- <version >0.0.1 </version >
635
+ <version >0.0.2 </version >
636
636
</dependency >
637
637
```
638
638
639
639
* Gradle*
640
640
641
641
``` groovy
642
- implementation("org.springaicommunity:mcp-authorization-server:0.0.1 ")
642
+ implementation("org.springaicommunity:mcp-authorization-server:0.0.2 ")
643
643
```
644
644
645
645
### Usage
0 commit comments