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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,18 +72,18 @@ To use the mcp-annotations snapshot version you need to add the following reposi
72
72
### Spring AI Integration
73
73
For a complete out-of-the-box experience, use the [Spring AI MCP Annotation auto-configurations](https://docs.spring.io/spring-ai/reference/1.1-SNAPSHOT/api/mcp/mcp-annotations-overview.html).
74
74
75
-
### Core Module (mcp-annotations)
75
+
##mcp-annotations
76
76
77
77
The core module provides a set of annotations and callback implementations for primary MCP operations.
78
78
79
-
####For MCP Servers:
79
+
### For MCP Servers:
80
80
81
81
1.**Complete** - For auto-completion functionality in prompts and URI templates
82
82
2.**Prompt** - For generating prompt messages
83
83
3.**Resource** - For accessing resources via URI templates
84
84
4.**Tool** - For implementing MCP tools with automatic JSON schema generation
85
85
86
-
####For MCP Clients:
86
+
### For MCP Clients:
87
87
88
88
1.**Logging Consumer** - For handling logging message notifications
0 commit comments