File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
= Annotation-driven MCP Java SDK
2
2
3
+ image:https://img.shields.io/badge/Java-17+-blue[java-version]
4
+ image:https://img.shields.io/maven-central/v/io.github.codeboyzhou/mcp-declarative-java-sdk?color=blue[maven-central-version]
5
+ image:https://img.shields.io/codecov/c/github/awesome-java-web/spring-boot-commons?color=brightgreen[codecov-coverage]
6
+ image:https://img.shields.io/github/actions/workflow/status/io.github.codeboyzhou/mcp-declarative-java-sdk/maven-build.yml[github-action-status]
7
+
3
8
Declarative https://github.com/modelcontextprotocol/java-sdk[MCP Java SDK] Development with Java Annotations - No Spring Framework Required.
4
9
5
10
Focus on your core logic (resources/prompts/tools) - Not SDK low-level details. Instant MCP Java server in 1 LOC.
@@ -11,7 +16,7 @@ Just put this one line code in your `main` method:
11
16
[source,java]
12
17
----
13
18
// You can use this annotation to specify the base package
14
- // to scan for MCP resources, prompts, tools, but it's not required .
19
+ // to scan for MCP resources, prompts, tools, but it's optional .
15
20
@McpComponentScan(basePackage = "com.github.codeboyzhou.mcp.examples")
16
21
public class MyMcpServer {
17
22
You can’t perform that action at this time.
0 commit comments