Skip to content

8.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 01:42
353402d

8.3.0 - 2025-04-02

Added

  • cli: Apply ruff linting and formating on init.
  • mcp: Added Model Context Protocol (MCP) server implementation.
  • mcp: Added built-in resources for accessing indexer configuration and metrics.
  • mcp: Added support for exposing custom tools and resources via @dipdup.mcp decorators.

Fixed

  • package: Create package marker even if helper symlink is present.
  • project: Fixed built sdist/wheel artifacts which contained unrelated files.

Changed

  • cli: install.py script and dipdup self commands use uv tool instead of pipx.
  • cli: new command uses default values for some replay.yaml fields.
  • project: Use hatchling build backend for new projects.
  • project: Replace black with ruff as default formatter.