You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-154Lines changed: 6 additions & 154 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ To use the MCP Annotations core module in your project, add the following depend
40
40
</dependency>
41
41
```
42
42
43
-
### Spring Integration Module
43
+
### (DEPRECATED) Spring Integration Module
44
+
45
+
This module is moved to Spring AI
44
46
45
47
To use the Spring integration module, add the following dependency:
46
48
@@ -100,7 +102,7 @@ The core module provides a set of annotations and callback implementations for p
100
102
101
103
Each operation type has both synchronous and asynchronous implementations, allowing for flexible integration with different application architectures.
102
104
103
-
### Spring Integration Module (mcp-annotations-spring)
105
+
### (DEPRECATED) Spring Integration Module (mcp-annotations-spring)
104
106
105
107
The Spring integration module provides seamless integration with Spring AI and Spring Framework applications. It handles Spring-specific concerns such as AOP proxies and integrates with Spring AI's model abstractions.
106
108
@@ -233,9 +235,9 @@ The project includes provider classes that scan for annotated methods and create
233
235
-`SyncStatelessMcpToolProvider` - Processes `@McpTool` annotations for synchronous stateless operations
234
236
-`AsyncStatelessMcpToolProvider` - Processes `@McpTool` annotations for asynchronous stateless operations
235
237
236
-
### Spring Integration
238
+
### (DEPRECATED) Spring Integration
237
239
238
-
The Spring integration module provides:
240
+
Deprecated.The Spring integration module is moved to the Spring AI
239
241
240
242
-`AsyncMcpAnnotationProviders` - Handles Spring-specific concerns when processing asynchronous MCP annotations
241
243
-`SyncMcpAnnotationProviders` - Handles Spring-specific concerns when processing synchronous MCP annotations
@@ -1899,153 +1901,6 @@ public class StatelessMcpServerFactory {
0 commit comments