One change
mcp-connector
agents-and-tools/mcp-connector
Nearest release: v2.1.250, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
agents-and-tools/mcp-connector Changed · +2 / -2 lines
from line 663
<Tabs> <Tab title="Gradle"> ```kotlin - implementation("com.anthropic:anthropic-java-mcp:2.57.0") + implementation("com.anthropic:anthropic-java-mcp:2.58.0") ``` </Tab>
from line 672
<dependency> <groupId>com.anthropic</groupId> <artifactId>anthropic-java-mcp</artifactId> - <version>2.57.0</version> + <version>2.58.0</version> </dependency> ``` </Tab>