MCP Svelte Docs Server

by spences10
Verified
# mcp-svelte-docs ## 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