Skip to content

Commit 48e4cf4

Browse files
committed
Minor pom config
1 parent 1965966 commit 48e4cf4

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

docs/docs/mcp-overview.mdx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
---
2-
title: MCP Overview
3-
description: Overview of the Model Context Protocol (MCP) architecture and key concepts
2+
title: MCP Java SDK
3+
description: Java SDK implementation of the [Model Context Protocol](https://modelcontextprotocol.io/introduction), enabling seamless integration with language models and AI tools.
44
---
55

6-
# Java MCP SDK
7-
8-
Java SDK implementation of the [Model Context Protocol](https://modelcontextprotocol.io/introduction), enabling seamless integration with language models and AI tools.
9-
10-
![Spring AI MCP Client Architecture](/images/java-mcp-client-architecture.jpg)
11-
![Spring AI MCP Server Architecture](/images/java-mcp-server-architecture.jpg)
12-
13-
## Features
6+
# Features
147

158
- Synchronous and Asynchronous MCP Client and MCP Server implementations
169
- Standard MCP operations support:
@@ -29,7 +22,7 @@ Java SDK implementation of the [Model Context Protocol](https://modelcontextprot
2922
- WebFlux SSE transport for reactive HTTP streaming
3023
- WebMVC SSE transport for servlet-based HTTP streaming
3124

32-
## Architecture
25+
# Architecture
3326

3427
![MCP Stack Architecture](/images/mcp-stack.svg)
3528

@@ -51,7 +44,7 @@ Key Interactions:
5144
- **Message Flow**: JSON-RPC message handling with validation, type-safe response processing, and error handling.
5245
- **Resource Management**: Resource discovery, URI template-based access, subscription system, and content retrieval.
5346

54-
## Dependencies
47+
# Dependencies
5548

5649
Add the following dependency to your Maven project:
5750

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<extensions>true</extensions>
299299
<configuration>
300300
<publishingServerId>central</publishingServerId>
301-
<autoPublish>false</autoPublish>
301+
<!-- <autoPublish>false</autoPublish> -->
302302
</configuration>
303303
</plugin>
304304
<plugin>

0 commit comments

Comments
 (0)