Skip to content

Commit de95c00

Browse files
committed
Move the WebMvc SSE Server + Http SSE Client sample to spring-ai-examples
1 parent edbd784 commit de95c00

15 files changed

Lines changed: 1 addition & 1325 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Explore these MCP examples in the [spring-ai-examples/model-context-protocol](ht
6969
- [Filesystem](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/filesystem) - Enables LLM interaction with local filesystem folders and files
7070
- [Brave](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/brave) - Enables natural language interactions with Brave Search, allowing you to perform internet searches.
7171
- [Spring-ai-mcp-sample](./samples/spring-ai-mcp-sample/) - Showcases how to create and use MCP servers and clients with different transport modes and capabilities.
72+
- [Http SSE Client + WebMvc SSE Server sample](https://github.com/spring-projects/spring-ai-examples/tree/main/model-context-protocol/mcp-webmvc-server) - Showcases how to create and use MCP WebMvc servers and HttpClient clients with different capabilities.
7273
## Documentation
7374

7475
- [Java MCP SDK documentation](mcp/README.md)

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
<module>spring-ai-mcp</module>
107107
<module>mcp-docs</module>
108108
<module>mcp-test</module>
109-
<!-- <module>samples/spring-ai-mcp-webmvc-sample</module> -->
110109
</modules>
111110

112111
<build>

samples/spring-ai-mcp-webmvc-sample/.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 19 deletions
This file was deleted.

samples/spring-ai-mcp-webmvc-sample/README.md

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)