CHANGELOG.md•46.5 kB
# [1.26.0](https://github.com/arabold/docs-mcp-server/compare/v1.25.3...v1.26.0) (2025-09-27)
### Features
* add GitHub Wiki scraping as well as blob URL support ([3b48706](https://github.com/arabold/docs-mcp-server/commit/3b487069eff65cc4f80f13cdca65c44c55906f3d))
* add web app icons, manifest, and version update notifications ([ffd50b4](https://github.com/arabold/docs-mcp-server/commit/ffd50b4ac849f1955e72a444290496b87cac7d17))
* better handling of Cloudflare challenges, for example for npmjs.com ([6e10590](https://github.com/arabold/docs-mcp-server/commit/6e10590ee620aa8f98b92e0ff93665891d622313))
* **github:** add support for subpath in GitHub URLs and update parsing logic ([9d3b9ef](https://github.com/arabold/docs-mcp-server/commit/9d3b9ef393147c8ee697de30725ba22079b0350c)), closes [#238](https://github.com/arabold/docs-mcp-server/issues/238)
## [1.25.3](https://github.com/arabold/docs-mcp-server/compare/v1.25.2...v1.25.3) (2025-09-27)
### Bug Fixes
* **cli:** update global options handling and centralize store path resolution ([a16e0ec](https://github.com/arabold/docs-mcp-server/commit/a16e0ec165daba80682cb21d55378819dafbef58))
## [1.25.2](https://github.com/arabold/docs-mcp-server/compare/v1.25.1...v1.25.2) (2025-09-22)
### Bug Fixes
* **middleware:** add HtmlNormalizationMiddleware for URL and link normalization ([30211db](https://github.com/arabold/docs-mcp-server/commit/30211db72c0c12edfdd5a28f0548d60d95af8381))
## [1.25.1](https://github.com/arabold/docs-mcp-server/compare/v1.25.0...v1.25.1) (2025-09-22)
### Bug Fixes
* **cli:** fixed custom store path and telemetry configuration via environment variables ([ec53cc6](https://github.com/arabold/docs-mcp-server/commit/ec53cc6727ebefbfb9e17bc54507831c0bf3203a))
# [1.25.0](https://github.com/arabold/docs-mcp-server/compare/v1.24.0...v1.25.0) (2025-09-21)
### Bug Fixes
* enhance handling of non-HTML content and update scrape modes in GitHub scraper ([6579242](https://github.com/arabold/docs-mcp-server/commit/6579242ef7efb9872d156b1ba1fcf5b0ff811a30)), closes [#232](https://github.com/arabold/docs-mcp-server/issues/232)
* **parser:** correct TypeScript and TSX imports in TypeScriptParser ([7b6f772](https://github.com/arabold/docs-mcp-server/commit/7b6f772912b08620a19c540ce0008fb7247953ef))
* **web:** correct default markdown handling and improve non-markdown rendering ([afa80ad](https://github.com/arabold/docs-mcp-server/commit/afa80ad4c0439384ec0ffff85f1b2e2fc813551c))
### Features
* implement HierarchicalAssemblyStrategy for structured content assembly ([209e474](https://github.com/arabold/docs-mcp-server/commit/209e474a1b398ea9aaf53694fb0d57704f9eda16))
* implement JavaScript and TypeScript parsers based on TreeSitter ([d01ef90](https://github.com/arabold/docs-mcp-server/commit/d01ef90bb7dcb88c25f500db43fc42b082ca2e3d))
* implement SourceCodeDocumentSplitter for hierarchical source code splitting ([5b08c7d](https://github.com/arabold/docs-mcp-server/commit/5b08c7d71a5c93a94a65d35031ecc2a4c7df7493))
* **parser:** add Python support ([25a4cf2](https://github.com/arabold/docs-mcp-server/commit/25a4cf2801476f822586f1ae10e2e0a53a3539c8)), closes [#214](https://github.com/arabold/docs-mcp-server/issues/214)
* **parser:** enhance boundary extraction with hierarchical documentation merging ([ab50160](https://github.com/arabold/docs-mcp-server/commit/ab50160c92c222410e3a949b32f5ca213c9d2f40))
* **search:** implement hybrid search with configurable weights and overfetch factor ([04eee7c](https://github.com/arabold/docs-mcp-server/commit/04eee7cec92326c120a430661281c699fb65fe1b)), closes [#171](https://github.com/arabold/docs-mcp-server/issues/171)
* **splitter:** implement chunk fetching and hierarchical assembly improvements ([5c6f227](https://github.com/arabold/docs-mcp-server/commit/5c6f227ee7e740c585ff231dd0cc68565701539f))
* **splitter:** implement structural boundary classification for content chunks ([53c2014](https://github.com/arabold/docs-mcp-server/commit/53c20140d01c21a3d9265a193e1d5c21650634a4))
* **strategy:** implement selective subtree reassembly ([a0daf55](https://github.com/arabold/docs-mcp-server/commit/a0daf55f3abd7edb1716197751e88a86c7470b04))
* vector search and embeddings are optional now ([83bc1ac](https://github.com/arabold/docs-mcp-server/commit/83bc1aca4c40d1091641fc43718caa127b5f71ca))
# [1.24.0](https://github.com/arabold/docs-mcp-server/compare/v1.23.0...v1.24.0) (2025-09-20)
### Bug Fixes
* ensure proper shutdown ([d20ea9e](https://github.com/arabold/docs-mcp-server/commit/d20ea9ef88527937686935786f3bc90d37398a3c))
* remove prompts capability from MCP server ([615247a](https://github.com/arabold/docs-mcp-server/commit/615247ad8eab9aa0cd4a4cdccb3e755e5abe7311))
### Features
* add host configuration for server binding ([9500f65](https://github.com/arabold/docs-mcp-server/commit/9500f658b5f24786ac601dbe0d403ae3f52065e8))
* enhance MIME type detection for source code files and update related tests ([ee966c1](https://github.com/arabold/docs-mcp-server/commit/ee966c1b0c464be8c318c6540ee8657f95eea060))
* implement cleanup functionality across various components to prevent resource leaks ([a4132e4](https://github.com/arabold/docs-mcp-server/commit/a4132e46fc625a7d4fa5b70389c2e7074f0eea7c))
* implement native GitHub repository crawling ([5344a49](https://github.com/arabold/docs-mcp-server/commit/5344a4952ec3aed3438bd6e7faeab6abe5f42390))
* introduce JSON processing capabilities across scraper strategies ([a69da82](https://github.com/arabold/docs-mcp-server/commit/a69da827d8984eb545f49f693c9c0208bbaebdf6))
* **middleware:** add shadow DOM extraction support ([d15bd42](https://github.com/arabold/docs-mcp-server/commit/d15bd42332c03a2b2a7acf3f1a51507c24df3e15))
* **splitters:** introduce JsonDocumentSplitter and PassThroughSplitter ([3001178](https://github.com/arabold/docs-mcp-server/commit/3001178bafa8dc5c6df12fb0fd5f1906cf69d9fb))
* **web:** improved rendering of non-HTML documents ([e14f0fe](https://github.com/arabold/docs-mcp-server/commit/e14f0fe5b9e45b384c21e40400bb968380de49d3))
# [1.23.0](https://github.com/arabold/docs-mcp-server/compare/v1.22.1...v1.23.0) (2025-08-28)
### Features
* **scraper:** added support for HTML frames and framesets ([80f184f](https://github.com/arabold/docs-mcp-server/commit/80f184f9a5aeffc32cbfcbee5b64375d7d2cd3e4))
## [1.22.1](https://github.com/arabold/docs-mcp-server/compare/v1.22.0...v1.22.1) (2025-08-27)
### Bug Fixes
* **scraper:** enhance loading handling for iframes and improve loading indicator checks ([4fc5d0c](https://github.com/arabold/docs-mcp-server/commit/4fc5d0cbbb7e498bad2bf4243543d05d7404f8fd)), closes [#194](https://github.com/arabold/docs-mcp-server/issues/194)
# [1.22.0](https://github.com/arabold/docs-mcp-server/compare/v1.21.1...v1.22.0) (2025-08-24)
### Bug Fixes
* **api:** add removeVersion mutation to document management API ([0eb6ae8](https://github.com/arabold/docs-mcp-server/commit/0eb6ae85af1fd0d6cdb73f825b4a6f7c365bea56))
* **embeddings:** add ModelConfigurationError handling for missing OPENAI_API_KEY ([4460700](https://github.com/arabold/docs-mcp-server/commit/4460700d12916023c9c79cc409b315602de3ccbf)), closes [#188](https://github.com/arabold/docs-mcp-server/issues/188)
* **mcpService:** fix excessive session creation in MCP HTTP transport ([39e05bd](https://github.com/arabold/docs-mcp-server/commit/39e05bd08aff47fd1f6c157554a68ee18fd0e53a)), closes [#190](https://github.com/arabold/docs-mcp-server/issues/190)
### Features
* **telemetry:** add type-safe telemetry event tracking and enhance analytics methods ([75b4004](https://github.com/arabold/docs-mcp-server/commit/75b4004d32711aadbaf3a8b98f10fe74cbe3dfcf))
* **telemetry:** enhance error tracking with PostHog's native exception capture ([d938134](https://github.com/arabold/docs-mcp-server/commit/d9381345f88cd42741d5dbabd2abc19709890070)), closes [#192](https://github.com/arabold/docs-mcp-server/issues/192)
* **telemetry:** enhance PostHog client with automatic property conversion and standardization ([cdb191c](https://github.com/arabold/docs-mcp-server/commit/cdb191cf5f60a379d9d9e428022832fbd7dd986c))
* **telemetry:** enhance session context with embedding model information and initialization ([337bc39](https://github.com/arabold/docs-mcp-server/commit/337bc3972b084aa358e7d20d3a8f3d09626615d8)), closes [#191](https://github.com/arabold/docs-mcp-server/issues/191)
## [1.21.1](https://github.com/arabold/docs-mcp-server/compare/v1.21.0...v1.21.1) (2025-08-24)
### Bug Fixes
* **ci:** add vite plugin to include shebang and make index.js executable ([b5087a8](https://github.com/arabold/docs-mcp-server/commit/b5087a82fab3cf790c72911b695041c9ea8d0eaa))
# [1.21.0](https://github.com/arabold/docs-mcp-server/compare/v1.20.0...v1.21.0) (2025-08-23)
### Bug Fixes
* **auth:** validate tokens using userinfo endpoint ([0084123](https://github.com/arabold/docs-mcp-server/commit/008412386c00671b232015cabd58c9d71e1fc302))
* **document-management:** rename version to libraryVersion for clarity ([80be3f9](https://github.com/arabold/docs-mcp-server/commit/80be3f944fe48aad17647839e6ff199bb7466746))
* **tests:** correct casing in SessionTracker mock and update comment for clarity ([f4bfa14](https://github.com/arabold/docs-mcp-server/commit/f4bfa1419d3717abfa064aef7e349daa980f321a))
### Features
* adds OAuth2/OIDC authentication and scope control ([2ed3ed5](https://github.com/arabold/docs-mcp-server/commit/2ed3ed5f358cee800e37a61a4b3272cc6d39448d))
* implement default exclusion patterns for documentation scraping ([d927e21](https://github.com/arabold/docs-mcp-server/commit/d927e2151b174643610a13c9b3aa95fed3cf4409))
* implement privacy-first telemetry and analytics tracking ([0144c50](https://github.com/arabold/docs-mcp-server/commit/0144c5065f1bcd8f99716fd142f60d00338b0ade))
* **remove-tool:** implement complete library version removal functionality ([9d6f957](https://github.com/arabold/docs-mcp-server/commit/9d6f957e433e2c3e8c28b618fe3a7f63bef8d552)), closes [#185](https://github.com/arabold/docs-mcp-server/issues/185)
* **telemetry:** enhance telemetry integration with session tracking and user agent categorization ([bdd9dba](https://github.com/arabold/docs-mcp-server/commit/bdd9dba2e600b04ca5d733c5048fde8f8946fd3b))
* **telemetry:** implement telemetry configuration and analytics service ([ffb3f32](https://github.com/arabold/docs-mcp-server/commit/ffb3f320357b50ca6e241842a44e82de769c1996))
* **telemetry:** integrate PostHog analytics configuration and update related functions ([c5c7e41](https://github.com/arabold/docs-mcp-server/commit/c5c7e418aed848cc50598ef27fb6a681166ea25e))
* **telemetry:** introduce comprehensive telemetry system for user tracking and analytics ([cdbc3fb](https://github.com/arabold/docs-mcp-server/commit/cdbc3fb7c06f9bb2db456b171684e0f7ba2d3c55))
* **telemetry:** support custom installation ID storage path ([b688b35](https://github.com/arabold/docs-mcp-server/commit/b688b3570da4011f52ff984e8f23b2dc897de06a))
# [1.20.0](https://github.com/arabold/docs-mcp-server/compare/v1.19.0...v1.20.0) (2025-08-16)
### Bug Fixes
* improve URL subpath detection logic for directory-like segments ([5aaa7bb](https://github.com/arabold/docs-mcp-server/commit/5aaa7bbec2335f441c49377531c6c4281de013f9))
* properly follow links after initial redirect ([9329a77](https://github.com/arabold/docs-mcp-server/commit/9329a77d5da3c88854d346b9d3f7cbc9fea2d8b9))
### Features
* enhance link resolution with base tag handling and scope filtering for cross-origin links ([6403325](https://github.com/arabold/docs-mcp-server/commit/64033255dac2d5042ffc4c2ddef72816688c916b))
# [1.19.0](https://github.com/arabold/docs-mcp-server/compare/v1.18.0...v1.19.0) (2025-08-15)
### Bug Fixes
* **cli:** normalizes unversioned input to null for pipeline jobs ([00c2d9d](https://github.com/arabold/docs-mcp-server/commit/00c2d9ddbad86cb143b42457494c7a96b56c3816))
* **cli:** removed some duplicate logging ([cc56814](https://github.com/arabold/docs-mcp-server/commit/cc56814898aa9fb0032822c21f9927bf589d404c))
* omits progress info for completed library versions ([9f87315](https://github.com/arabold/docs-mcp-server/commit/9f873153ed7c79f72677fb50058cb21d50bb46e6))
* prevent 413 errors when embedding large documents ([ead87d1](https://github.com/arabold/docs-mcp-server/commit/ead87d100e65b6cbc3198de0658f57e44cc980f7))
### Features
* **cli:** adds --no-resume flag to CLI commands ([0624d62](https://github.com/arabold/docs-mcp-server/commit/0624d6254f8d5d9090e0096a8736340147e7cc9a))
* **cli:** adds --server-url support to all supported CLI commands ([c4084f4](https://github.com/arabold/docs-mcp-server/commit/c4084f46f8532fbe9656f532463cbad74228b871))
* improves version deduplication and enriches library metadata ([bd6ad33](https://github.com/arabold/docs-mcp-server/commit/bd6ad337a10adfc06baaa2000147d78cc895b06c))
# [1.18.0](https://github.com/arabold/docs-mcp-server/compare/v1.17.0...v1.18.0) (2025-08-08)
### Bug Fixes
* add comprehensive tests for DocumentStore functionality ([5a7c480](https://github.com/arabold/docs-mcp-server/commit/5a7c480a8b8c235d620432748a274142f9a63862))
* adjust linter rules to disable noExplicitAny warning in suspicious category ([c8cec16](https://github.com/arabold/docs-mcp-server/commit/c8cec16704a4819d6d1b691266263a56c89d1b89))
* **cli:** removes redundant server startup log messages ([6919198](https://github.com/arabold/docs-mcp-server/commit/691919828ba41d47a8b0a7c2f4daafe9b5555703))
* **cli:** unifies CLI port defaults and updates related docs ([7663332](https://github.com/arabold/docs-mcp-server/commit/766333205cc73448fb1ef03a547b4990e04cfc31))
* **db:** only vacuum database after successful migration ([0d12ac0](https://github.com/arabold/docs-mcp-server/commit/0d12ac006574aad8ea1c4e77734e9d1c0dd2faa5))
* disable recovery of old pipeline jobs for now ([53ebbf5](https://github.com/arabold/docs-mcp-server/commit/53ebbf52de0d95ddb7bc822a3a72dc642cea6815))
* **docs:** update schema URL in biome.json to the latest version ([727698c](https://github.com/arabold/docs-mcp-server/commit/727698cf4f1cbc9b1662d441cec86e3c2c99a46c))
* enhance version comparison with fallback to string comparison and update job item timestamps ([c06f396](https://github.com/arabold/docs-mcp-server/commit/c06f396a8d782aef6ee99c26edcb4bbeefcc6546))
* ensures job progress is always persisted in pipeline manager ([d4fa1b7](https://github.com/arabold/docs-mcp-server/commit/d4fa1b7abfdb17d9a319e567ef6e5701c29c3fdc))
* **fetcher:** enhance content fetching and charset handling ([d3e4076](https://github.com/arabold/docs-mcp-server/commit/d3e40764f659b1d056eb0e5c3c832dc87ad472c2))
* **mcp:** fixed serialization issues caused by dependencies update ([c36b723](https://github.com/arabold/docs-mcp-server/commit/c36b723138b39aa38954d5cb8660fa77280a933c))
* reverse sorting order for vector and FTS scores in rank assignment ([e2e5d13](https://github.com/arabold/docs-mcp-server/commit/e2e5d130b9eaa757a30b2283a2283b37bc76bf55))
* **scraper:** ensures URL-specific documents are replaced on add ([f4b60bd](https://github.com/arabold/docs-mcp-server/commit/f4b60bd1a66f88a3be3b3d41a84866a590062917))
* **scraper:** invalid characters when scraping some docs (charset issue) ([feb03e5](https://github.com/arabold/docs-mcp-server/commit/feb03e53c5c80b2cfdf16251eb48c668facdd880))
* **tests:** adds totalDiscovered field to test progress objects ([a3c5906](https://github.com/arabold/docs-mcp-server/commit/a3c59066b7abb92cc535e6bfcb763d925e89475f))
### Features
* add scraper options tracking ([952dd8f](https://github.com/arabold/docs-mcp-server/commit/952dd8f0bc106ccab039bc6a2179377560307181))
* adds external pipeline worker and HTTP API support ([85a93ca](https://github.com/arabold/docs-mcp-server/commit/85a93caa0d54495365ebdd1571d302ff27cd52f1))
* apply production-ready SQLite settings post-migration ([3d20968](https://github.com/arabold/docs-mcp-server/commit/3d20968fe156b1406e99d03df1e00f169747c036))
* complete vector table normalization with data preservation ([ead3987](https://github.com/arabold/docs-mcp-server/commit/ead3987a3c99e84f02a55e576116adec78c6d07e))
* **docs:** adds note about Docker Compose feature limitations ([cb42b76](https://github.com/arabold/docs-mcp-server/commit/cb42b76b7bb42a8d3728726e245ae0d46c829d93))
* **docs:** adds provider-specific embedding config examples ([503beea](https://github.com/arabold/docs-mcp-server/commit/503beea117be6cc4921ffc4b3389a147415711fb))
* **docs:** update MCP server transport options and configuration examples ([fc9ba11](https://github.com/arabold/docs-mcp-server/commit/fc9ba114306c12b2024afcbff78f90dce675c214))
* enhance database migrations and vector search functionality ([2b661d5](https://github.com/arabold/docs-mcp-server/commit/2b661d507719494cf92f829958b24dd64f8383aa))
* enhance job management with database status and progress tracking ([5922b4a](https://github.com/arabold/docs-mcp-server/commit/5922b4a9409f131ba1e33095ac310686b7487b99))
* implement auto protocol detection and explicit job recovery control ([b30e82c](https://github.com/arabold/docs-mcp-server/commit/b30e82cef5e36760d945f2b577cdddd1acc21724))
* implement hybrid pipeline architecture with functionality-based selection ([e274f07](https://github.com/arabold/docs-mcp-server/commit/e274f07a449a7024002d32f207e1d82c9c0d9690))
* implement real-time job progress updates with auto-refresh functionality ([d04a27c](https://github.com/arabold/docs-mcp-server/commit/d04a27c6a333625478af8366901204c22ecd2675))
* implement unified server architecture with modular service composition ([83f642d](https://github.com/arabold/docs-mcp-server/commit/83f642d10f8eea2f67763838f46f6d46e924e37e)), closes [#161](https://github.com/arabold/docs-mcp-server/issues/161)
* implement version status tracking and related database operations ([8c6975d](https://github.com/arabold/docs-mcp-server/commit/8c6975df7c6fe133a9c73c70c489195788329346))
* normalize database schema by introducing versions table and updating documents ([aece02a](https://github.com/arabold/docs-mcp-server/commit/aece02a35649c0a5d68d518dc85075ee598556ba))
# [1.17.0](https://github.com/arabold/docs-mcp-server/compare/v1.16.1...v1.17.0) (2025-05-26)
### Bug Fixes
* **cli:** display help when an invalid command is passed ([3a5d879](https://github.com/arabold/docs-mcp-server/commit/3a5d8799f7895c6865ef1babb4645275748f3fcc))
* **pipeline:** ensure waitForJobCompletion resolves for cancelled jobs ([a39bb2b](https://github.com/arabold/docs-mcp-server/commit/a39bb2bdb6d94f722e73646734014144d192e851)), closes [#137](https://github.com/arabold/docs-mcp-server/issues/137)
### Features
* **cli:** support custom HTTP headers for fetch-url command ([1000630](https://github.com/arabold/docs-mcp-server/commit/1000630e517233b3b93884d14ad8c7bb9d675b65))
* forward custom HTTP headers to Playwright in HtmlPlaywrightMiddleware ([3d956c2](https://github.com/arabold/docs-mcp-server/commit/3d956c28aa6ac60527f1b7b28395848a7d42654e))
* implement immediate UI feedback for version deletion and job cancellation ([0fe63a6](https://github.com/arabold/docs-mcp-server/commit/0fe63a6f2b1fa78d7fd9f097b5edb14fd27213fe))
* **scraper:** add support for custom HTTP headers via CLI and propagate to fetcher ([a0778aa](https://github.com/arabold/docs-mcp-server/commit/a0778aa6efb1b3163223644dabd742207df7093a)), closes [#139](https://github.com/arabold/docs-mcp-server/issues/139)
* **ui, jobs:** robust HTMX/Alpine job queue actions, fix global htmx, and add clear-completed API ([8c8c094](https://github.com/arabold/docs-mcp-server/commit/8c8c094fa84073e8b7aacc494729848424b41e98))
* **web:** support custom HTTP headers in scrape job form ([48a832a](https://github.com/arabold/docs-mcp-server/commit/48a832a4ba2abf393f2b3558aaf160fba48bff50))
## [1.16.1](https://github.com/arabold/docs-mcp-server/compare/v1.16.0...v1.16.1) (2025-05-25)
### Bug Fixes
* **playwright:** disable output when installing Chromium browser ([9fb5540](https://github.com/arabold/docs-mcp-server/commit/9fb5540931d502ff8e2a07033e14350b5c5f3b5b))
# [1.16.0](https://github.com/arabold/docs-mcp-server/compare/v1.15.1...v1.16.0) (2025-05-24)
### Features
* **aws:** support AWS_PROFILE for credentials fallback (task 125) and add test coverage ([96194f5](https://github.com/arabold/docs-mcp-server/commit/96194f56839ab678cafa44f6d581acdc6c553290))
* **ci:** publish multi-arch Docker images (x86_64/amd64 and arm64) for Mac Silicon support ([a282c7f](https://github.com/arabold/docs-mcp-server/commit/a282c7f4c9cc7c0e88e31327f8bcd37bd75ba588)), closes [#127](https://github.com/arabold/docs-mcp-server/issues/127)
* **docker:** use system Chromium instead of Playwright's bundled browser ([5be058b](https://github.com/arabold/docs-mcp-server/commit/5be058b545afed0d2a79a4a91ccdef7759d716c3)), closes [#124](https://github.com/arabold/docs-mcp-server/issues/124)
* **local-file-support:** improve local file support in server and web interface ([50074f5](https://github.com/arabold/docs-mcp-server/commit/50074f54290178b2c2795edf46b6fbb2de570940)), closes [#128](https://github.com/arabold/docs-mcp-server/issues/128)
* **scraper:** robust encoding, BOM, and binary/text detection ([45b3f94](https://github.com/arabold/docs-mcp-server/commit/45b3f9490359239cfb5e2d31573591cd76d08f2a)), closes [#129](https://github.com/arabold/docs-mcp-server/issues/129)
## [1.15.1](https://github.com/arabold/docs-mcp-server/compare/v1.15.0...v1.15.1) (2025-05-18)
### Bug Fixes
* **playwright:** ensure Playwright is installed from the correct project path ([f45f530](https://github.com/arabold/docs-mcp-server/commit/f45f5300e30a36e59e2f9c0423fbf0e7eee88c76))
# [1.15.0](https://github.com/arabold/docs-mcp-server/compare/v1.14.0...v1.15.0) (2025-05-18)
### Bug Fixes
* **playwright:** auto-install Playwright browsers at startup if missing ([090f5e1](https://github.com/arabold/docs-mcp-server/commit/090f5e19953a59653e35e1bc90d3625589455cf0))
* **smithery:** removed smithery config file ([0c4c30c](https://github.com/arabold/docs-mcp-server/commit/0c4c30c080c6a5f69a15e03bad7b6089b33ef781))
* **store:** wrap migrations in immediate transaction with retries ([63f7485](https://github.com/arabold/docs-mcp-server/commit/63f7485e0b9dffc40476eaa432daeafce8907625)), closes [#108](https://github.com/arabold/docs-mcp-server/issues/108)
* **web:** sanitize and encode library/version for delete (fixes [#100](https://github.com/arabold/docs-mcp-server/issues/100)) ([3182733](https://github.com/arabold/docs-mcp-server/commit/318273384ad54df888ee06a9025da9b9116fe5f7))
### Features
* **queue:** improve job deduplication, safe deletion, and test coverage ([ff529cc](https://github.com/arabold/docs-mcp-server/commit/ff529cc161cfa0b2fc5a1d3960932470723482a3)), closes [#111](https://github.com/arabold/docs-mcp-server/issues/111)
* **scraper/playwright:** improve page loading reliability by waiting for body element ([46f106c](https://github.com/arabold/docs-mcp-server/commit/46f106c0c8313c310b45eee49fcc1a8dff29e787)), closes [#116](https://github.com/arabold/docs-mcp-server/issues/116)
* **scraper:** add robust URL filtering with glob/regex patterns ([d81aaf1](https://github.com/arabold/docs-mcp-server/commit/d81aaf11c166b19d01ffe8951127647132b19e38)), closes [#97](https://github.com/arabold/docs-mcp-server/issues/97)
* simplify npx setup by merging binaries ([f4ce7a4](https://github.com/arabold/docs-mcp-server/commit/f4ce7a4468bba2788072d090131d363654ee794d)), closes [#105](https://github.com/arabold/docs-mcp-server/issues/105)
* **web:** improve scrape form user experience with tooltips, animated alerts, and better spacing ([edcc7e2](https://github.com/arabold/docs-mcp-server/commit/edcc7e2a755fd93c1917cac4b605dda176cf15aa))
# [1.14.0](https://github.com/arabold/docs-mcp-server/compare/v1.13.0...v1.14.0) (2025-05-10)
### Bug Fixes
* reduce embeddings batch size to avoid token errors ([a25f04c](https://github.com/arabold/docs-mcp-server/commit/a25f04c668278fedcf66586efbc9b79d914627d0)), closes [#106](https://github.com/arabold/docs-mcp-server/issues/106)
### Features
* **web:** display build version in UI title using __APP_VERSION__ from package.json ([59d6306](https://github.com/arabold/docs-mcp-server/commit/59d630667c86f769109af3a6222a532effee8688))
# [1.13.0](https://github.com/arabold/docs-mcp-server/compare/v1.12.4...v1.13.0) (2025-05-08)
### Bug Fixes
* added missing HtmlSanitizerMiddleware back into the pipeline ([d926775](https://github.com/arabold/docs-mcp-server/commit/d926775d85069c30289ec781b581e76b2b4d6efc))
* **embeddings:** handle colon in model name parsing ([#89](https://github.com/arabold/docs-mcp-server/issues/89)) ([0e73eb0](https://github.com/arabold/docs-mcp-server/commit/0e73eb04db7f7f2f2d626e194ea8feae829e2aab))
* **store:** batch embedding creation to avoid token limit errors (closes [#93](https://github.com/arabold/docs-mcp-server/issues/93)) ([e86df97](https://github.com/arabold/docs-mcp-server/commit/e86df97ca1926836c1b8fc00a6147e5f7e462943))
### Features
* **scraper:** refactor pipelines, fetchers, and strategies ([#92](https://github.com/arabold/docs-mcp-server/issues/92), [#94](https://github.com/arabold/docs-mcp-server/issues/94)) ([9244d7e](https://github.com/arabold/docs-mcp-server/commit/9244d7e427a28820dcc62d9d8d699b659213caec))
## [1.12.4](https://github.com/arabold/docs-mcp-server/compare/v1.12.3...v1.12.4) (2025-05-05)
### Reverts
* Revert "fix: handle indexed_at column already exists" ([4058cfe](https://github.com/arabold/docs-mcp-server/commit/4058cfe4e0f738ea7a242c83a63abc65757313f6))
## [1.12.3](https://github.com/arabold/docs-mcp-server/compare/v1.12.2...v1.12.3) (2025-05-05)
### Bug Fixes
* handle indexed_at column already exists ([78fda67](https://github.com/arabold/docs-mcp-server/commit/78fda67de98a4151727613863963a43c9bcc12a5))
## [1.12.2](https://github.com/arabold/docs-mcp-server/compare/v1.12.1...v1.12.2) (2025-05-04)
### Bug Fixes
* **docs:** corrected port numbers in README.md ([93438ef](https://github.com/arabold/docs-mcp-server/commit/93438ef9f481e6510adf886a6eb5f4ad64f94a64))
## [1.12.1](https://github.com/arabold/docs-mcp-server/compare/v1.12.0...v1.12.1) (2025-05-03)
### Bug Fixes
* **ci:** fix docker build ([d8796eb](https://github.com/arabold/docs-mcp-server/commit/d8796ebe2d1a93c4f7b37c68169a9522ed18b936))
# [1.12.0](https://github.com/arabold/docs-mcp-server/compare/v1.11.0...v1.12.0) (2025-05-03)
### Bug Fixes
* improved contrast in dark mode ([dc91fb3](https://github.com/arabold/docs-mcp-server/commit/dc91fb3eb3090b9da9434ee52c0ceaf11c0d4373))
* **scraper:** use header-generator for concurrent-safe HTTP header generation ([3a2593d](https://github.com/arabold/docs-mcp-server/commit/3a2593d1b89bddbf0547f7461252c10bd7803d57))
* start pipeline manager in web server ([b01a598](https://github.com/arabold/docs-mcp-server/commit/b01a598bd2674c357080b64ffbad807f1e7e54d4))
* **store:** ensure parent and child chunk retrieval uses correct hierarchy ([d1cb5b5](https://github.com/arabold/docs-mcp-server/commit/d1cb5b51ce10145ad9a41bc6911561ec48169c0b))
### Features
* add library detail page with search ([3e2b009](https://github.com/arabold/docs-mcp-server/commit/3e2b0099e6b6516806a8514448abe5f2e5d98455))
* add web interface for job and library monitoring ([bf2d27d](https://github.com/arabold/docs-mcp-server/commit/bf2d27d2a77422e44857b595608e17284e195429))
* configure and document custom ports for docker compose setup ([c10bde4](https://github.com/arabold/docs-mcp-server/commit/c10bde4720560780ebf98d524177aca1e879ca01))
* display library versions with details in UI ([f2f4351](https://github.com/arabold/docs-mcp-server/commit/f2f4351ea0cbb30a724c1f310f797bc8bacff02f))
* **docker:** add web interface service to docker-compose ([950f7ca](https://github.com/arabold/docs-mcp-server/commit/950f7ca1869123750caed3fa5f4fd310bae69770))
* enhance hmr, shutdown, sanitization, and ui ([d00e022](https://github.com/arabold/docs-mcp-server/commit/d00e02264ed326e2e121212be97d45b9212207d7))
* **scraper:** retry all retryable HTTP status codes and add fingerprint-generator ([31b4a13](https://github.com/arabold/docs-mcp-server/commit/31b4a13d5718db11e5e5e561f9a1bb6944a4e7cf))
* **store:** add details to listLibraries output ([19638f8](https://github.com/arabold/docs-mcp-server/commit/19638f8a080eb1b76be132c56e3b139277b4c27a))
* **web/libraries:** display snippet count ([6543504](https://github.com/arabold/docs-mcp-server/commit/654350414b7f509f3682db2935c7432ae7d30f23))
* **web:** add dynamic data and job queuing form to web UI ([4bc518d](https://github.com/arabold/docs-mcp-server/commit/4bc518d1ded90b84f34e777c60937b517e94f13f))
* **web:** add two-stage delete confirmation for library versions ([1b6e846](https://github.com/arabold/docs-mcp-server/commit/1b6e846ae827fa361a2ee8a2c743f8d6bda64f9e))
* **web:** bundle frontend assets with Vite ([6dbfdb3](https://github.com/arabold/docs-mcp-server/commit/6dbfdb35404cd5d0e9c907fe36e86a196ff51544))
# [1.11.0](https://github.com/arabold/docs-mcp-server/compare/v1.10.0...v1.11.0) (2025-05-01)
### Bug Fixes
* properly initialize streamable http transport in http server ([e4fbd79](https://github.com/arabold/docs-mcp-server/commit/e4fbd797ecbb984a9e9b2ee2f30b44dcd68ac4c1))
* reuse promise in searchtool test for reliability ([e0f9cbe](https://github.com/arabold/docs-mcp-server/commit/e0f9cbe744c3d7cbe45c76d068266b50a93d86f0))
### Features
* add HTTP protocol support ([29441a0](https://github.com/arabold/docs-mcp-server/commit/29441a029a3891d2a3fecd4b55fe7a2c45d47261))
* implement streamable http protocol support ([429b6c1](https://github.com/arabold/docs-mcp-server/commit/429b6c141bb0b05ba1c506b77f51e392330d8ffe)), closes [#71](https://github.com/arabold/docs-mcp-server/issues/71)
* remove empty anchor links in HtmlToMarkdownMiddleware ([2774509](https://github.com/arabold/docs-mcp-server/commit/2774509f95f90f4cb04d55e6ddf80bd70c70f8f7))
# [1.10.0](https://github.com/arabold/docs-mcp-server/compare/v1.9.0...v1.10.0) (2025-04-21)
### Bug Fixes
* **ci:** set PLAYWRIGHT_LAUNCH_ARGS for tests ([55ea901](https://github.com/arabold/docs-mcp-server/commit/55ea90165fc5552e6a3a63f0ab6a7666532bbe89))
* correct Playwright dependencies in Dockerfile ([6f19fc0](https://github.com/arabold/docs-mcp-server/commit/6f19fc0da4820e6a1493054d82b03cdc1f838bb3))
* **deps:** remove drizzle dependencies ([ad6a09a](https://github.com/arabold/docs-mcp-server/commit/ad6a09af93eb4d4732fd32b7d15286ae055c1144)), closes [#57](https://github.com/arabold/docs-mcp-server/issues/57)
* **scraper:** replace domcontentloaded with load event in Playwright ([9345152](https://github.com/arabold/docs-mcp-server/commit/9345152c4b1bb96dd37655337d6adb8fbe7b82e4)), closes [#62](https://github.com/arabold/docs-mcp-server/issues/62)
* silence JSDOM virtual console output ([61e41be](https://github.com/arabold/docs-mcp-server/commit/61e41bec2059ff95150d4f3720fffeacfe883198)), closes [#53](https://github.com/arabold/docs-mcp-server/issues/53)
### Features
* add initial JS sandbox utility and executor middleware ([#18](https://github.com/arabold/docs-mcp-server/issues/18)) ([19dea10](https://github.com/arabold/docs-mcp-server/commit/19dea109e6e52aeab8fc71bf4ca7de81eadfd4ff))
* **cli:** add --scrape-mode option and update README ([e8e4beb](https://github.com/arabold/docs-mcp-server/commit/e8e4beb57170baf3f509b8fd3c16dbaa1f5ae7e6))
* **cli:** add --scrape-mode option to fetch-url command ([cc6465a](https://github.com/arabold/docs-mcp-server/commit/cc6465a8bc6d99384fa8f15115f13a25f5045906))
* refactor content processing to middleware pipeline ([00f9a2f](https://github.com/arabold/docs-mcp-server/commit/00f9a2f28151639547d6435652fae919d46122c6)), closes [#17](https://github.com/arabold/docs-mcp-server/issues/17)
* **scraper:** add HtmlPlaywrightMiddleware for dynamic content rendering ([ee3118f](https://github.com/arabold/docs-mcp-server/commit/ee3118fb645bbde4fc879ae1058227507ead703a)), closes [#19](https://github.com/arabold/docs-mcp-server/issues/19)
* **scraper:** enable external script fetching in sandbox ([88b7e7a](https://github.com/arabold/docs-mcp-server/commit/88b7e7a430b89f735e6852937e5ab24debf8fa5d))
* **scraper:** replace JSDOM with Cheerio for HTML parsing ([5dd624a](https://github.com/arabold/docs-mcp-server/commit/5dd624ae965a221bcc6a9f18c72a7cbed7dc0eb5))
# [1.9.0](https://github.com/arabold/docs-mcp-server/compare/v1.8.0...v1.9.0) (2025-04-14)
### Bug Fixes
* **scraper:** use JSDOM title property for robust HTML title extraction ([dee350f](https://github.com/arabold/docs-mcp-server/commit/dee350f482428b7bc68192238aee1077eb6ace80)), closes [#41](https://github.com/arabold/docs-mcp-server/issues/41)
### Features
* increase default maxPages and add constants ([7b10eba](https://github.com/arabold/docs-mcp-server/commit/7b10ebaa3f610e53d8e2837702143f3f6d084bd2)), closes [#43](https://github.com/arabold/docs-mcp-server/issues/43)
# [1.8.0](https://github.com/arabold/docs-mcp-server/compare/v1.7.0...v1.8.0) (2025-04-14)
### Bug Fixes
* disabled removal of form elements ([3b6afde](https://github.com/arabold/docs-mcp-server/commit/3b6afde7b8c6796f65d6d4f09d86fb11e6a34b6a))
* preserve line breaks in pre tags ([b94b1e3](https://github.com/arabold/docs-mcp-server/commit/b94b1e3d4a56bd3ecf19b82c8d7b5c9abc715218))
* remove overly aggressive html filtering ([6c76509](https://github.com/arabold/docs-mcp-server/commit/6c76509b80dd48a5a21923b54f985c456c19d46a)), closes [#36](https://github.com/arabold/docs-mcp-server/issues/36)
* resolve store path correctly when not in project root ([49a3c1f](https://github.com/arabold/docs-mcp-server/commit/49a3c1ffb493a83c244708332dbe523e9c1e28ef))
* **search:** remove exactMatch flag from MCP API, improve internal handling ([e5cb8d1](https://github.com/arabold/docs-mcp-server/commit/e5cb8d16204ff01a1747d2db9e169b9ecd3c676a)), closes [#24](https://github.com/arabold/docs-mcp-server/issues/24)
### Features
* add fetch-url tool to CLI and MCP server ([604175f](https://github.com/arabold/docs-mcp-server/commit/604175f7d7abe1765ab419abe04340b1478230b2)), closes [#34](https://github.com/arabold/docs-mcp-server/issues/34)
# [1.7.0](https://github.com/arabold/docs-mcp-server/compare/v1.6.0...v1.7.0) (2025-04-11)
### Features
* **embeddings:** add support for multiple embedding providers ([e197bec](https://github.com/arabold/docs-mcp-server/commit/e197beca104192a77793c2a585b74bdfaa0da53e)), closes [#28](https://github.com/arabold/docs-mcp-server/issues/28)
# [1.6.0](https://github.com/arabold/docs-mcp-server/compare/v1.5.0...v1.6.0) (2025-04-11)
### Features
* **#26:** add environment variables to Dockerfile ([51b7059](https://github.com/arabold/docs-mcp-server/commit/51b7059147b846c5a85bebd6226ec63ef99b00e7)), closes [#26](https://github.com/arabold/docs-mcp-server/issues/26)
* **#26:** handle different embedding model dimensions via padding ([f712c9b](https://github.com/arabold/docs-mcp-server/commit/f712c9b0e43c2d90e2a9ad68f5cc1883af7b0a2a)), closes [#26](https://github.com/arabold/docs-mcp-server/issues/26)
* **#26:** support OpenAI API base URL and model name config ([66b70bb](https://github.com/arabold/docs-mcp-server/commit/66b70bba1b677cd20db85180d796b901583ca3b8)), closes [#26](https://github.com/arabold/docs-mcp-server/issues/26)
# [1.5.0](https://github.com/arabold/docs-mcp-server/compare/v1.4.5...v1.5.0) (2025-04-08)
### Bug Fixes
* **ci:** increase allowed footer line length ([afbc62c](https://github.com/arabold/docs-mcp-server/commit/afbc62ca14f65126e39718448563cd795e5b1d6d))
### Features
* **scraper:** enhance crawler controls with scope and redirect options ([45d0e93](https://github.com/arabold/docs-mcp-server/commit/45d0e93313ce5ff3eaddac848cd629ace9190418)), closes [#15](https://github.com/arabold/docs-mcp-server/issues/15)
## [1.4.5](https://github.com/arabold/docs-mcp-server/compare/v1.4.4...v1.4.5) (2025-04-08)
### Bug Fixes
* empty commit to trigger patch release ([ca62a92](https://github.com/arabold/docs-mcp-server/commit/ca62a92825c2073a79e5b02c98ddbef5b3d0fd17))
## [1.4.4](https://github.com/arabold/docs-mcp-server/compare/v1.4.3...v1.4.4) (2025-04-08)
### Bug Fixes
* empty commit to trigger patch release ([be47616](https://github.com/arabold/docs-mcp-server/commit/be47616ace3d30e222ef4f896287f231fab242be))
* empty commit to trigger patch release ([ff7f518](https://github.com/arabold/docs-mcp-server/commit/ff7f51845bf7778f3af0d5c25460eb53e052c649))
* **workflow:** update semantic-release configuration and output variables ([7725875](https://github.com/arabold/docs-mcp-server/commit/772587511f5fc2c193fcd69f41c0381dfff0df3c))
* **workflow:** update semantic-release configuration and output variables ([7628854](https://github.com/arabold/docs-mcp-server/commit/76288548a5688f68397add9abadb69837bb65b55))
## [1.4.4](https://github.com/arabold/docs-mcp-server/compare/v1.4.3...v1.4.4) (2025-04-08)
### Bug Fixes
* empty commit to trigger patch release ([ff7f518](https://github.com/arabold/docs-mcp-server/commit/ff7f51845bf7778f3af0d5c25460eb53e052c649))
* **workflow:** update semantic-release configuration and output variables ([7725875](https://github.com/arabold/docs-mcp-server/commit/772587511f5fc2c193fcd69f41c0381dfff0df3c))
* **workflow:** update semantic-release configuration and output variables ([7628854](https://github.com/arabold/docs-mcp-server/commit/76288548a5688f68397add9abadb69837bb65b55))
## [1.4.4](https://github.com/arabold/docs-mcp-server/compare/v1.4.3...v1.4.4) (2025-04-08)
### Bug Fixes
* **workflow:** update semantic-release configuration and output variables ([7725875](https://github.com/arabold/docs-mcp-server/commit/772587511f5fc2c193fcd69f41c0381dfff0df3c))
* **workflow:** update semantic-release configuration and output variables ([7628854](https://github.com/arabold/docs-mcp-server/commit/76288548a5688f68397add9abadb69837bb65b55))
## [1.4.3](https://github.com/arabold/docs-mcp-server/compare/v1.4.2...v1.4.3) (2025-04-08)
### Bug Fixes
* empty commit to trigger patch release ([50bb240](https://github.com/arabold/docs-mcp-server/commit/50bb24026abc1eba3b1a3fa011e04814ba5f3387))
## [1.4.2](https://github.com/arabold/docs-mcp-server/compare/v1.4.1...v1.4.2) (2025-04-08)
### Bug Fixes
* empty commit to trigger patch release ([c8f9a0f](https://github.com/arabold/docs-mcp-server/commit/c8f9a0fc58e47b6248e22614581e5583617de89d))
## [1.4.1](https://github.com/arabold/docs-mcp-server/compare/v1.4.0...v1.4.1) (2025-04-08)
### Bug Fixes
* **docs:** clarify docker volume creation in README ([03a58d6](https://github.com/arabold/docs-mcp-server/commit/03a58d69acd6da17ac24862d14ec9f2dc2e03cab))
# [1.4.0](https://github.com/arabold/docs-mcp-server/compare/v1.3.0...v1.4.0) (2025-04-08)
### Features
* **docker:** add configurable storage path & improve support ([9f35c54](https://github.com/arabold/docs-mcp-server/commit/9f35c54b7e50dcffba98fb96b0d316a018d6aad8))
* **store:** implement dynamic database path selection ([527d9f9](https://github.com/arabold/docs-mcp-server/commit/527d9f994969fa76aa3e585c6ecd98766870c592))
# [1.3.0](https://github.com/arabold/docs-mcp-server/compare/v1.2.1...v1.3.0) (2025-04-03)
### Features
* **search:** provide suggestions for unknown libraries ([d6628bb](https://github.com/arabold/docs-mcp-server/commit/d6628bb16bb321a19c4bdf109e361c1a54dca345)), closes [#12](https://github.com/arabold/docs-mcp-server/issues/12)
## [1.2.1](https://github.com/arabold/docs-mcp-server/compare/v1.2.0...v1.2.1) (2025-04-01)
### Bug Fixes
* **store:** escape FTS query to handle special characters ([bcf01a8](https://github.com/arabold/docs-mcp-server/commit/bcf01a84f7f82f6e9fe3ca3400e4d73b3a1ca165)), closes [#10](https://github.com/arabold/docs-mcp-server/issues/10)
# [1.2.0](https://github.com/arabold/docs-mcp-server/compare/v1.1.0...v1.2.0) (2025-03-30)
### Features
* **deploy:** add Smithery.ai deployment configuration ([3763168](https://github.com/arabold/docs-mcp-server/commit/3763168452bc02fd772149425229e16725bdc0de))
# [1.1.0](https://github.com/arabold/docs-mcp-server/compare/v1.0.0...v1.1.0) (2025-03-30)
### Features
* implement log level control via CLI flags ([b2f8b73](https://github.com/arabold/docs-mcp-server/commit/b2f8b73f1d0d63e58b76e92fd61bf9188014a563))
# 1.0.0 (2025-03-30)
### Bug Fixes
* Cleaned up log messages in MCP server ([db2c82e](https://github.com/arabold/docs-mcp-server/commit/db2c82ee31bdf658cc5b2019f2dce4f9053413cb))
* Cleaned up README ([0ac054e](https://github.com/arabold/docs-mcp-server/commit/0ac054e40bddfaeed75795dae23bc0614294f7ab))
* Fixed concatenation of chunks in the DocumentRetrieverService ([ae4ff6b](https://github.com/arabold/docs-mcp-server/commit/ae4ff6bf8247ba994ca83fda10ad02d78e7db920))
* Fixed several linter and formatter issues ([a2e4594](https://github.com/arabold/docs-mcp-server/commit/a2e45940eaaff935282604046c0488e2856c3c00))
* **package:** remove relative prefix from bin paths in package.json ([22f74e3](https://github.com/arabold/docs-mcp-server/commit/22f74e3925313e4e45e06ec7fcd4801e49e62bd6))
* removed unnecessary file extends in imports ([117903f](https://github.com/arabold/docs-mcp-server/commit/117903f415adfaf1c7d9f294317a8387b951a11c))
* restore progress callbacks in scraper ([0cebe97](https://github.com/arabold/docs-mcp-server/commit/0cebe9792b9766215bb3a9bb6196888c83851527))
* various linter issues and type cleanup ([14b02bd](https://github.com/arabold/docs-mcp-server/commit/14b02bd4b3a2f75d559651fc54e44fd460ff11ff))
### Code Refactoring
* improve type organization and method signatures ([da16170](https://github.com/arabold/docs-mcp-server/commit/da161702845c01fdd95b4d454c5e30f7d4eb3a28))
### Features
* Add comprehensive logging system ([ba8a6f1](https://github.com/arabold/docs-mcp-server/commit/ba8a6f112b1e5ccaf5ba71a3c7d02d4bb8a56eff))
* add configurable concurrency for web scraping ([f6c3baa](https://github.com/arabold/docs-mcp-server/commit/f6c3baab86673e8b082caca3d3761744062e1556))
* Add document ordering and URL tracking ([11ff1c8](https://github.com/arabold/docs-mcp-server/commit/11ff1c804c90650f14851dd71fd1233b09b9b12f))
* Add pipeline management tools to MCP server ([e01d31e](https://github.com/arabold/docs-mcp-server/commit/e01d31e39f47dcf8abe1749e5c43f0d46370ee8c))
* Add remove documents functionality ([642a320](https://github.com/arabold/docs-mcp-server/commit/642a32056986f07d9e52509e0738ba5a95f2b885))
* add store clearing before scraping ([9557014](https://github.com/arabold/docs-mcp-server/commit/9557014fee1c33354922c26acc3f0a0239b03665))
* Add vitest tests for MCP tools ([0c40c9e](https://github.com/arabold/docs-mcp-server/commit/0c40c9e13bc412c33efa84a07b7d3e60bd7f99de))
* Added .env.example to repository ([93c47f1](https://github.com/arabold/docs-mcp-server/commit/93c47f1d9e70dd7fc5a844698967883833e94b48))
* Added Cline custom instructions file ([aabb806](https://github.com/arabold/docs-mcp-server/commit/aabb80623fa41629eb1e3edd978c0961c93421cd))
* **ci:** configure automated releases with semantic-release ([8af5595](https://github.com/arabold/docs-mcp-server/commit/8af5595790c20bd7f9a5db44775c5158427c8092))
* enhance web scraping and error handling ([d3aa894](https://github.com/arabold/docs-mcp-server/commit/d3aa89490e82d79d05dba608e7991e54e9e91f60))
* Implement optional version handling and improve CLI ([9b41856](https://github.com/arabold/docs-mcp-server/commit/9b4185641af5eaa1a667afbe43bea8dfd5ac08ce))
* improve document processing and architecture docs ([b996d19](https://github.com/arabold/docs-mcp-server/commit/b996d1932d8061ae21f091eed578d281838e894b))
* Improve scraping, indexing, and URL handling ([3fc0931](https://github.com/arabold/docs-mcp-server/commit/3fc09313cd7dfc5091e71401adb9960ab582f7eb))
* improve search capabilities with PostgreSQL integration ([4e04aa7](https://github.com/arabold/docs-mcp-server/commit/4e04aa7cc694fa79bbcb36d685fa0fd81f524fe0))
* Make search tool version and limit optional and update dependencies ([bd83392](https://github.com/arabold/docs-mcp-server/commit/bd83392d7ad4e1b3aba59313ab6aaacfdb2b1837))
* Refactor scraper and introduce document processing pipeline ([6229f97](https://github.com/arabold/docs-mcp-server/commit/6229f97184211b9c561c95de4b4071b301cf8c90))
* **scraper:** implement configurable subpage scraping behavior ([1dc2a11](https://github.com/arabold/docs-mcp-server/commit/1dc2a118602187654603f8c81f49baf321d77e47))
* **scraper:** Implement local file scraping and refactor strategy pattern ([d058b48](https://github.com/arabold/docs-mcp-server/commit/d058b487eefb3073d6cd082ceeeded73d903e145))
* Simplify pipeline job data returned by MCP tools ([35c3279](https://github.com/arabold/docs-mcp-server/commit/35c327937f8e430795e5f5580501b3063dbcd2f0))
* switch to jsdom for DOM processing and improve database queries ([ba4768f](https://github.com/arabold/docs-mcp-server/commit/ba4768f2628cb6fdd3e55202132ee2877d68ab18))
* **tooling:** configure CI/CD, semantic-release, and commit hooks ([3d9b7a3](https://github.com/arabold/docs-mcp-server/commit/3d9b7a373d3bf1135a16f286ce32d8b74b36b637))
* Updated dependencies ([2b345c7](https://github.com/arabold/docs-mcp-server/commit/2b345c71a46e24dc8ab70335f00df85c7e1e8203))
### BREAKING CHANGES
* DocumentStore and VectorStoreService method signatures have changed
- Reorganize types across domains:
* Move domain-specific types closer to their implementations
* Keep only shared types in src/types/index.ts
* Add domain prefixes to type names for clarity
- Standardize method signatures:
* Replace filter objects with explicit library/version parameters
* Make parameter order consistent across all methods
* Update all tests to match new signatures
- Improve type naming:
* Rename DocContent -> Document
* Rename PageResult -> ScrapedPage
* Rename ScrapeOptions -> ScraperOptions
* Rename ScrapingProgress -> ScraperProgress
* Rename SearchResult -> StoreSearchResult
* Rename VersionInfo -> LibraryVersion
* Rename SplitterOptions -> MarkdownSplitterOptions
The changes improve code organization, make dependencies clearer,
and provide a more consistent and explicit API across the codebase.