Skip to content

Commit 1ab5881

Browse files
committed
Update README
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 54f4563 commit 1ab5881

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,27 @@ To use the MCP Annotations core module in your project, add the following depend
3535
<dependency>
3636
<groupId>org.springaicommunity</groupId>
3737
<artifactId>mcp-annotations</artifactId>
38-
<version>0.3.0</version>
38+
<version>...</version>
3939
</dependency>
4040
```
41+
(_Select the latest released mcp-annotations [version](https://central.sonatype.com/artifact/org.springaicommunity/mcp-annotations/versions) or latest snapshot._)
4142

4243
and a Java MCP SDK dependency:
4344

4445
```xml
4546
<dependency>
4647
<groupId>io.modelcontextprotocol.sdk</groupId>
4748
<artifactId>mcp</artifactId>
48-
<version>0.13.0-SNAPSHOT</version>
49+
<version>...</version>
4950
</dependency>
5051
```
5152

53+
(_Select the latest released mcp-java [version](https://central.sonatype.com/artifact/io.modelcontextprotocol.sdk/mcp/versions) or latest snapshot._)
54+
55+
5256
### Snapshot repositories
5357

54-
To use the mcp-annotations snapshot version you need to add the following repositories to your Maven POM:
58+
To use the mcp-annotations and mcp-java-sdk snapshot versions you need to add the following repositories to your Maven POM:
5559

5660
```xml
5761
<repositories>
@@ -219,7 +223,9 @@ The project includes provider classes that scan for annotated methods and create
219223
- `SyncStatelessMcpPromptProvider` - Processes `@McpPrompt` annotations for synchronous stateless operations
220224
- `AsyncStatelessMcpPromptProvider` - Processes `@McpPrompt` annotations for asynchronous stateless operations
221225
- `SyncStatelessMcpResourceProvider` - Processes `@McpResource` annotations for synchronous stateless operations
226+
- `SyncStatelessMcpResourceTemplateProvider` - Processes `@McpResource` annotations for synchronous stateless operations
222227
- `AsyncStatelessMcpResourceProvider` - Processes `@McpResource` annotations for asynchronous stateless operations
228+
- `AsyncStatelessMcpResourceTemplateProvider` - Processes `@McpResource` annotations for asynchronous stateless operations
223229
- `SyncStatelessMcpToolProvider` - Processes `@McpTool` annotations for synchronous stateless operations
224230
- `AsyncStatelessMcpToolProvider` - Processes `@McpTool` annotations for asynchronous stateless operations
225231

0 commit comments

Comments
 (0)