Skip to content

v1.1.4 — Package.json Fix

Choose a tag to compare

@ertugrulakben ertugrulakben released this 22 Feb 03:49
· 4 commits to main since this release

Fixed

  • Removed invalid readme field from package.json that caused npm to display literal string instead of README content
  • All version references synced to 1.1.4 across package.json, server.json, README output examples, and changelogs

Status

Platform Status Link
npm Published npmjs.com/package/dep-oracle
GitHub This release github.com/ertugrulakben/dep-oracle
MCP Registry Active modelcontextprotocol.io/registry

Install

npx dep-oracle
# or
npm install -g dep-oracle@1.1.4

Claude Code Integration

{
  "mcpServers": {
    "dep-oracle": {
      "command": "npx",
      "args": ["dep-oracle", "mcp"]
    }
  }
}

Full Changelog: v1.1.3...v1.1.4