From 782c4e755a535210d1b90fee8a072d02f2e36ef7 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 13 Nov 2025 14:50:20 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ebb37c..3837e5f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This project consists of one module: The MCP Annotations project enables developers to easily create and register methods for handling MCP operations using simple annotations. It provides a clean, declarative approach to implementing MCP server functionality, reducing boilerplate code and improving maintainability. -This library builds on top of the [MCP Java SDK](https://github.com/modelcontextprotocol/sdk-java) to provide a higher-level, annotation-based programming model for implementing MCP servers and clients. +This library builds on top of the [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk) to provide a higher-level, annotation-based programming model for implementing MCP servers and clients. ## Installation