mcp-annotations-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.logaritex.mcp</groupId> <artifactId>mcp-annotations-parent</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.logaritex.mcp</groupId> <artifactId>mcp-annotations-parent</artifactId> <version>0.1.0</version> <packaging>pom</packaging> <name>MCP Java SDK - Annotations Parent</name> <description>This module enables developers to easily create and register methods for handling MCP operations using simple annotations</description> <url>https://github.com/spring-ai-community/mcp-annotations</url> <organization> <name>Logaritex</name> <url>https://www.logaritex.com</url> </organization> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>Christian Tzolov</name> </developer> </developers> <scm> <connection>git://github.com/spring-ai-community/mcp-annotations.git</connection> <developerConnection>git@github.com/spring-ai-community/mcp-annotations.git</developerConnection> <url>https://github.com/spring-ai-community/mcp-annotations</url> </scm> </project>