Skip to content

Commit 10a59cd

Browse files
committed
docs(README): Update project description and add link to annotation-driven MCP Java SDK
1 parent 4396363 commit 10a59cd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
= MCP Server Examples
22

3-
Built Using Native https://github.com/modelcontextprotocol/java-sdk[MCP Java SDK] – No Spring Framework Required.
3+
Built Using Pure https://github.com/modelcontextprotocol/java-sdk[MCP Java SDK] – No Spring Framework Required.
4+
5+
Moreover, if you are looking for an easier way to develop your own MCP server, perhaps you will also be interested in my another repository https://github.com/codeboyzhou/mcp-declarative-java-sdk[Annotation-driven MCP Java SDK], it's based on the native MCP Java SDK, and similarly No Spring Framework required.
46

57
== Requirements
8+
69
- Java 17 or later (Restricted by MCP Java SDK)
710

811
== What is MCP?
@@ -18,8 +21,8 @@ You can start exploring everything about *MCP* from https://modelcontextprotocol
1821

1922
== Examples
2023

21-
These servers aim to demonstrate MCP features and the MCP Java SDK.
22-
2324
If you are looking for servers implemented with Typescript MCP SDK or Python MCP SDK, see https://github.com/modelcontextprotocol/servers[here].
2425

26+
These servers aim to demonstrate MCP features and the MCP Java SDK.
27+
2528
- https://github.com/codeboyzhou/mcp-java-sdk-examples/blob/main/mcp-server-filesystem/README.adoc[Filesystem] - Secure file operations with configurable access controls

0 commit comments

Comments
 (0)