CHANGELOG.md•2.32 kB
# mcp-svelte-docs
## 0.0.21
### Patch Changes
- a7d9758: update defninitions
## 0.0.20
### Patch Changes
- d43e63d: add more defintions update readme
## 0.0.19
### Patch Changes
- 417c747: remove markdown loaders from package tools
- 53c4b33: wire up db definition loader
## 0.0.18
### Patch Changes
- add back defnitions and docs for now
## 0.0.17
### Patch Changes
- 89cb89d: more effect definitions, await and remote function
definitions
- 6c7e8ee: improve discoverability on docs
- 32c92e6: add definition tools as primary interface for Svelte docs
- 7bc6c23: update definitions, run prettier format
- 9eee928: ship SQLite instead of .md files
- cfbd7a5: refactor of handlers
- 8fe8e34: replace @mcp sdk with tmcp
## 0.0.16
### Patch Changes
- dc6abd6: add await and remote functions docs
## 0.0.15
### Patch Changes
- a20fefa: update docs
## 0.0.14
### Patch Changes
- 963cbb0: add docs folder
## 0.0.13
### Patch Changes
- 52616b4: now common definitions being used
- update readme
## 0.0.12
### Patch Changes
- effba1e: we go, no, to rag
## 0.0.11
### Patch Changes
- feat: Enhance documentation search with advanced categorization and
term weighting
## 0.0.10
### Patch Changes
- feat: Implement comprehensive Svelte documentation server with
advanced search and resource management
## 0.0.9
### Patch Changes
- update search and documentation
## 0.0.8
### Patch Changes
- Refactor index.ts to modularize database and document handling.
Removed legacy database client and caching functions, integrating
new document-fetching and processing utilities. Enhanced chunking
and metadata management for large documents, improving performance
and maintainability. This update sets the stage for more efficient
document retrieval and search capabilities.
## 0.0.7
### Patch Changes
- Update README.md to improve clarity on text search features and
introduce a roadmap section outlining future enhancements, including
semantic search implementation using embeddings.
## 0.0.6
### Patch Changes
- Update README.md to reflect new server link and badge for
documentation access
## 0.0.5
### Patch Changes
- fix: update database client configuration to support environment
variables for URL and authentication token
## 0.0.4
### Patch Changes
- init