Add MCP WebMvc Server + HttpClient sample

This commit is contained in:
Christian Tzolov
2025-01-11 17:31:35 +01:00
parent 144bc2836e
commit d5a016cbd2
17 changed files with 1396 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>ai-mdp-sqlite-chatbot</artifactId>
<artifactId>ai-mcp-sqlite-chatbot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Spring AI - Model Context Protocol - SQLite</name>
<description>Simple AI Application using MCP client to chat with SQLite</description>

View File

@@ -9,7 +9,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>ai-mdp-sqlite</artifactId>
<artifactId>ai-mcp-sqlite</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Spring AI - Model Context Protocol - SQLite</name>
<description>Simple AI Application using MCP client to chat with SQLite</description>