server_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ingarabr.mcp</groupId>
<artifactId>server_3</artifactId>
<version>0.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?><project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.github.ingarabr.mcp</groupId>
<artifactId>server_3</artifactId>
<packaging>jar</packaging>
<description>Scala MCP</description>
<url>https://github.com/ingarabr/scala-mcp-sdk/</url>
<version>0.2.0</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>server_3</name>
<organization>
<name>com.github.ingarabr.mcp</name>
<url>https://github.com/ingarabr/scala-mcp-sdk/</url>
</organization>
<scm>
<url>https://github.com/ingarabr/scala-mcp-sdk</url>
<connection>scm:git:https://github.com/ingarabr/scala-mcp-sdk.git</connection>
<developerConnection>scm:git:git@github.com:ingarabr/scala-mcp-sdk.git</developerConnection>
</scm>
<developers>
<developer>
<id>ingarabr</id>
<name>Ingar Abrahamsen</name>
<url>https://github.com/ingarabr</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.ingarabr.mcp</groupId>
<artifactId>schemas_3</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_3</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-io_3</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_3</artifactId>
<version>3.5.7</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-parse_3</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.10</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.7.3</version>
</dependency>
</dependencies>
</project>