We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d672a commit d12193dCopy full SHA for d12193d
1 file changed
mcp-bom/pom.xml
@@ -27,6 +27,13 @@
27
<dependencyManagement>
28
<dependencies>
29
<!-- Core MCP -->
30
+ <dependency>
31
+ <groupId>io.modelcontextprotocol.sdk</groupId>
32
+ <artifactId>mcp-core</artifactId>
33
+ <version>${project.version}</version>
34
+ </dependency>
35
+
36
+ <!-- MCP -->
37
<dependency>
38
<groupId>io.modelcontextprotocol.sdk</groupId>
39
<artifactId>mcp</artifactId>
0 commit comments