You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: mcp-core/README.md
+88-44Lines changed: 88 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Model Context Protocol (MCP) Java SDK
2
2
3
-
A Java implementation of the [Model Context Protocol](https://modelcontextprotocol.io/docs/concepts/architecture) specification, providing both synchronous and asynchronous clients for MCP server interactions.
3
+
A Java implementation of the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture) specification, providing both synchronous and asynchronous clients for MCP server interactions.
4
4
5
5
## Overview
6
6
@@ -11,9 +11,10 @@ This SDK implements the Model Context Protocol, enabling seamless integration wi
11
11
- Synchronous and Asynchronous client implementations
12
12
- Standard MCP operations support:
13
13
- Tool discovery and execution
14
-
- Resource management
15
-
- Message creation
16
-
- Server initialization
14
+
- Resource management and templates
15
+
- Prompt handling and management
16
+
- Resource subscription system
17
+
- Server initialization and ping
17
18
- Stdio-based server transport
18
19
- Reactive programming support using Project Reactor
0 commit comments