MCP
Easy LLM Tools provides integration with MCP.
To use this integration, add the Maven dependency to your project, replacing ${integration-mcp.version} with the latest version.
Latest version:
Add Maven dependency
<dependency>
    <groupId>com.javaaidev.easyllmtools</groupId>
    <artifactId>integration-mcp</artifactId>
    <version>${integration-mcp.version}</version>
</dependency>
MCP integration provides McpToolHelper to convert a Tool to a McpServerFeatures.SyncToolSpecification or McpServerFeatures.AsyncToolSpecification. Converted tools can be used in a MCP server.