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

Commit 5a73a30

Browse files
committed
Update arch diagrams
1 parent 0c89680 commit 5a73a30

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
Set of projects that provide Java SDK and Spring Framework integration for the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture).
66
It enables Java applications to interact with AI models and tools through a standardized interface, supporting both synchronous and asynchronous communication patterns.
77

8-
<img src="mcp-docs/src/main/antora/modules/ROOT/images/spring-ai-mcp-architecture.png" width="600">
8+
<img src="mcp-docs/src/main/antora/modules/ROOT/images/spring-ai-mcp-clinet-architecture.jpg" width="600">
9+
10+
<img src="mcp-docs/src/main/antora/modules/ROOT/images/spring-ai-mcp-server-architecture.jpg" width="600">
911

1012
## Projects
1113

@@ -44,28 +46,24 @@ Add the following dependencies to your Maven project:
4446
<dependency>
4547
<groupId>org.springframework.experimental</groupId>
4648
<artifactId>mcp</artifactId>
47-
<version>0.5.0-SNAPSHOT</version>
4849
</dependency>
4950

5051
<!-- Optional: WebFlux SSE transport -->
5152
<dependency>
5253
<groupId>org.springframework.experimental</groupId>
5354
<artifactId>mcp-webflux-sse-transport</artifactId>
54-
<version>0.5.0-SNAPSHOT</version>
5555
</dependency>
5656

5757
<!-- Optional: WebMVC SSE transport -->
5858
<dependency>
5959
<groupId>org.springframework.experimental</groupId>
6060
<artifactId>mcp-webmvc-sse-transport</artifactId>
61-
<version>0.5.0-SNAPSHOT</version>
6261
</dependency>
6362

6463
<!-- Optional: Spring AI integration -->
6564
<dependency>
6665
<groupId>org.springframework.experimental</groupId>
6766
<artifactId>spring-ai-mcp</artifactId>
68-
<version>0.5.0-SNAPSHOT</version>
6967
</dependency>
7068
```
7169

@@ -85,6 +83,7 @@ Add this repository to your POM:
8583
</repositories>
8684
```
8785

86+
Reffer to the [Dependency Management](https://docs.spring.io/spring-ai-mcp/reference/dependency-management.html) page for more information.
8887

8988
## Example Demos
9089

Binary file not shown.
686 KB
Loading
783 KB
Loading

mcp-docs/src/main/antora/modules/ROOT/pages/overview.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Java SDK and Spring Framework integration for the link:https://modelcontextprotocol.org/docs/concepts/architecture[Model Context Protocol], enabling standardized interaction with AI models and tools through both synchronous and asynchronous communication.
44

5-
image::spring-ai-mcp-architecture.png[Spring AI MCP Architecture,600]
5+
image::spring-ai-mcp-clinet-architecture.jpg[Spring AI MCP Client Architecture,600,float="right",align="left"]
6+
image::spring-ai-mcp-server-architecture.jpg[Spring AI MCP Server Architecture,600,align="right"]
67

78
== Core Components
89

0 commit comments

Comments
 (0)