Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 22bddca

Browse files
committed
fix dependecies and doc
1 parent 1d7ab91 commit 22bddca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mcp-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Add the following dependency to your Maven project:
2424
```xml
2525
<dependency>
2626
<groupId>spring.ai.experimental</groupId>
27-
<artifactId>mcp</artifactId>
28-
<version>1.0.0</version>
27+
<artifactId>mcp-core</artifactId>
28+
<version>0.0.1-SNAPSHOT</version>
2929
</dependency>
3030
```
3131

mcp-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</dependency>
3939
<dependency>
4040
<groupId>spring.ai.experimental</groupId>
41-
<artifactId>mcp</artifactId>
41+
<artifactId>mcp-core</artifactId>
4242
<version>0.0.1-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>

0 commit comments

Comments
 (0)