We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6bf1a commit 1f9edb2Copy full SHA for 1f9edb2
README.md
@@ -1 +1,8 @@
1
-# Easy MCP Client
+# Easy MCP Client
2
+
3
+MCP Client powered by Spring AI, Testing using AI models
4
5
6
7
8
pom.xml
@@ -62,6 +62,10 @@
62
<artifactId>dotenv-java</artifactId>
63
<version>3.2.0</version>
64
</dependency>
65
+ <dependency>
66
+ <groupId>org.apache.commons</groupId>
67
+ <artifactId>commons-lang3</artifactId>
68
+ </dependency>
69
</dependencies>
70
71
<dependencyManagement>
0 commit comments