Skip to content

Commit 3cf3a49

Browse files
committed
chore(docs): Enhance README with shields badges
1 parent db545c2 commit 3cf3a49

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
= Annotation-driven MCP Java SDK
22

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+
38
Declarative https://github.com/modelcontextprotocol/java-sdk[MCP Java SDK] Development with Java Annotations - No Spring Framework Required.
49

510
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:
1116
[source,java]
1217
----
1318
// 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.
1520
@McpComponentScan(basePackage = "com.github.codeboyzhou.mcp.examples")
1621
public class MyMcpServer {
1722

0 commit comments

Comments
 (0)