maven-central-mcp 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { checkMultipleDependenciesHandler } from "./tools/check-multiple-depende
11
11
  import { compareDependencyVersionsHandler } from "./tools/compare-dependency-versions.js";
12
12
  const server = new McpServer({
13
13
  name: "maven-central-mcp",
14
- version: "0.2.0",
14
+ version: "0.2.1",
15
15
  });
16
16
  let cachedRepos = null;
17
17
  function getRepositories() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maven-central-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MCP server for Maven Central dependency intelligence",
5
5
  "main": "index.js",
6
6
  "type": "module",