Skip to content

Tags: arabold/docs-mcp-server

Tags

v1.34.0

Toggle v1.34.0's commit message
chore(release): 1.34.0 [skip ci]

# [1.34.0](v1.33.1...v1.34.0) (2026-01-04)

### Bug Fixes

* remove embedding configuration checks and correctly resolve scraper CLI options ([1ea2111](1ea2111))
* remove embedding model configuration checks from `refresh`, `scrape`, and `search` CLI commands ([6462d98](6462d98))

### Features

* add Docker configuration persistence via a dedicated `/config` volume ([546ddee](546ddee))
* overhaul configuration loading with improved precedence and auto-creation ([ae12726](ae12726))
* refactor configuration handling and enhance strategy assembly ([d259b58](d259b58))

v1.33.1

Toggle v1.33.1's commit message
chore(release): 1.33.1 [skip ci]

## [1.33.1](v1.33.0...v1.33.1) (2025-12-14)

### Bug Fixes

* fix Playwright version incompatibility in Docker image ([fbacb28](fbacb28))

v1.33.0

Toggle v1.33.0's commit message
chore(release): 1.33.0 [skip ci]

# [1.33.0](v1.32.0...v1.33.0) (2025-12-14)

### Bug Fixes

* ensure JSON chunks respect max chunk size limits ([09f4413](09f4413))
* fixed triggers for documents_vec synchronization and add vector persistence tests ([1afea9a](1afea9a)), closes [#293](#293)
* remove incorrect second argument to TextDocumentSplitter.splitText() ([579978c](579978c))
* respect chunk size limit tests and improve primitive processing in JSON ([4418d0e](4418d0e))

### Features

* add depth and chunk count limiting to JSON document splitter ([12f04ca](12f04ca))

v1.32.0

Toggle v1.32.0's commit message
chore(release): 1.32.0 [skip ci]

# [1.32.0](v1.31.1...v1.32.0) (2025-12-05)

### Bug Fixes

* address PR review comments ([4c976f3](4c976f3))

### Features

* add SSE heartbeat mechanism and corresponding tests for MCP service ([920e337](920e337)), closes [#285](#285)

v1.31.1

Toggle v1.31.1's commit message
chore(release): 1.31.1 [skip ci]

## [1.31.1](v1.31.0...v1.31.1) (2025-12-02)

### Bug Fixes

* improve error handling and timeout management in HtmlPlaywrightMiddleware ([c3730d5](c3730d5)), closes [#282](#282)

v1.31.0

Toggle v1.31.0's commit message
chore(release): 1.31.0 [skip ci]

# [1.31.0](v1.30.0...v1.31.0) (2025-11-30)

### Features

* more consistent version sorting and naming ([800ea66](800ea66))
* **web:** easily refresh existing versions and add new versions to a library ([c150c7a](c150c7a))

v1.30.0

Toggle v1.30.0's commit message
chore(release): 1.30.0 [skip ci]

# [1.30.0](v1.29.0...v1.30.0) (2025-11-29)

### Features

* fixed embedding configuration and improve startup messaging ([a602e2d](a602e2d))
* **web:** add analytics stats route and component; enhance UI with animations and new job controls ([a8cb77c](a8cb77c))
* **web:** add empty state messaging ([bf9d209](bf9d209))
* **web:** update UI text for scrape job and indexing; enhance confirmation handling in components ([4de71d1](4de71d1))

v1.29.0

Toggle v1.29.0's commit message
chore(release): 1.29.0 [skip ci]

# [1.29.0](v1.28.0...v1.29.0) (2025-11-23)

### Bug Fixes

* enhance caching mechanism with structured resource storage and validation ([0b48aea](0b48aea))
* enhance HtmlSanitizerMiddleware with safety net for content removal ([e29da93](e29da93)), closes [#256](#256)
* fixed issues preventing libraries from being deleted when no version exists ([753e108](753e108))
* force close all active connections on server shutdown ([f893dd4](f893dd4))
* improved confirmation handling for job cancellation and version deletion in Web UI ([c836bcd](c836bcd))
* update Dockerfile to install Chromium and cleaned up dependencies ([89b7ad5](89b7ad5))
* update query construction in DocumentStore to use OR for terms ([2440cb7](2440cb7))

### Features

* add Toast component for global notifications and enhance confirmation handling ([0c6cb85](0c6cb85))
* implement LRU caching web scraper ([444f2d0](444f2d0))
* remove tracking images and handle missing img src attributes ([332bfcd](332bfcd))

v1.28.0

Toggle v1.28.0's commit message
chore(release): 1.28.0 [skip ci]

# [1.28.0](v1.27.1...v1.28.0) (2025-11-22)

### Bug Fixes

* add JOB_LIST_CHANGE event and update event handling in PipelineManager and SSE route ([0f15f4e](0f15f4e))
* enhance handling of quoted search strings and special characters in DocumentStore ([57b7da1](57b7da1)), closes [#262](#262)
* inject correct app version at build time ([6f36709](6f36709)), closes [#264](#264)
* integrate superjson transformer across tRPC clients and routers ([d482b87](d482b87))

### Features

* implement EventBusService for event-driven architecture ([7388933](7388933))
* integrate EventBusService into PipelineClient and related commands ([eb09ff1](eb09ff1))

v1.27.1

Toggle v1.27.1's commit message
chore(release): 1.27.1 [skip ci]

## [1.27.1](v1.27.0...v1.27.1) (2025-11-20)

### Bug Fixes

* removed incompatible --enable-source-maps from shebang ([ab443ac](ab443ac))