implementation("io.micronaut.mcp:micronaut-mcp-client-langchain4j")
Table of Contents
Micronaut mcp
Integration with MCP Model Context Protocol
Version: 1.0.0-SNAPSHOT
1 Introduction
Integration with MCP (Model Context Protocol)
2 Release History
For this project, you can find a list of releases (with release notes) here:
3 Quick Start
4 MCP
4.1 MCP Client
4.1.1 Langchain4j MCP Client
To use an MCP Client powered by LangChain4j, use the following dependency:
<dependency>
<groupId>io.micronaut.mcp</groupId>
<artifactId>micronaut-mcp-client-langchain4j</artifactId>
</dependency>
5 Repository
You can find the source code of this project in this repository: