Skip to content

Commit 69cd3ed

Browse files
committed
Update READMEs for v2.2.0: Advanced Text Processing with 67 tools
📚 DOCUMENTATION UPDATES: 🔧 README.md: - Updated text processing description to highlight 8 specialized tools - Added tool count: 67 total tools (59 + 8 text processing) - Enhanced feature descriptions with comprehensive capabilities 🐳 README-Docker.md: - Updated text processing features list - Updated tool count from 51 to 67 tools - Updated footer version from v1.9.0 to v2.2.0 ✨ NEW TEXT PROCESSING CAPABILITIES: 1. regex_extract - PCRE regex pattern extraction 2. regex_replace - Text replacement with preview mode 3. fuzzy_match - Levenshtein distance similarity matching 4. phonetic_match - Soundex/Metaphone phonetic matching 5. text_similarity - Cosine/Jaccard/Levenshtein similarity 6. text_normalize - Multi-operation text normalization 7. advanced_search - Multi-method search combining techniques 8. text_validation - Pattern validation (email, phone, URL, etc.) SQLite MCP Server v2.2.0 with Advanced Text Processing is ready for release!
1 parent 86d64ff commit 69cd3ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README-Docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docker run -i --rm \
6262

6363
## Key Features
6464

65-
- **Advanced Text Processing**: Comprehensive text analysis toolkit with PCRE regex extraction/replacement, fuzzy matching with Levenshtein distance, phonetic matching (Soundex/Metaphone), text similarity analysis (Cosine/Jaccard), normalization operations, and pattern validation
65+
- **Advanced Text Processing**: Comprehensive text analysis toolkit with 8 specialized tools: PCRE regex extraction/replacement, fuzzy matching with Levenshtein distance, phonetic matching (Soundex/Metaphone), text similarity analysis (Cosine/Jaccard), normalization operations, pattern validation, advanced multi-method search, and comprehensive text validation
6666
- **Statistical Analysis Library**: Comprehensive statistical functions for data analysis including descriptive statistics, percentile analysis, and time series analysis
6767
- **JSONB Binary Storage**: Efficient binary JSON storage for improved performance and reduced storage requirements (~15% space savings)
6868
- **Transaction Safety**: All write operations automatically wrapped in transactions with proper rollback on errors
@@ -76,7 +76,7 @@ docker run -i --rm \
7676
- **Comprehensive Schema Tools**: Enhanced tools for exploring and documenting database structure
7777
- **Database Administration Tools**: Complete suite of maintenance tools including VACUUM, ANALYZE, integrity checks, performance statistics, and index usage analysis
7878
- **✅ SpatiaLite Geospatial Analytics**: Enterprise-grade GIS capabilities with spatial indexing and geometric operations
79-
- **Enhanced Virtual Tables**: Smart CSV/JSON import with automatic data type inference and schema analysis (51 tools total)
79+
- **Enhanced Virtual Tables**: Smart CSV/JSON import with automatic data type inference and schema analysis (67 tools total)
8080
- **Full-Text Search (FTS5)**: Comprehensive FTS5 implementation with table creation, index management, and enhanced search with BM25 ranking and snippets
8181
- **Backup/Restore Operations**: Enterprise-grade backup and restore capabilities with SQLite backup API, integrity verification, and safety confirmations
8282
- **Advanced PRAGMA Operations**: Comprehensive SQLite configuration management, performance optimization, and database introspection tools
@@ -215,4 +215,4 @@ docker run -i --rm \
215215

216216
---
217217

218-
*SQLite MCP Server v1.9.0 - Transform your database into an intelligent, self-aware assistant with enterprise-grade vector optimization*
218+
*SQLite MCP Server v2.2.0 - Transform your database into an intelligent, self-aware assistant with advanced text processing and comprehensive analytics*

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SQLite MCP Server
22

3-
*Last Updated September 17, 2025 6:15 AM EST - v2.2.0*
3+
*Last Updated September 17, 2025 7:34 AM EST - v2.2.0*
44

55
## Overview
66

77
The SQLite MCP Server provides advanced database interaction and business intelligence capabilities featuring **Advanced Text Processing**, **Statistical Analysis Library**, **SpatiaLite Geospatial Analytics**, Enhanced Virtual Tables with Smart Type Inference, Vector Index Optimization with ANN search, Intelligent MCP Resources and Prompts, Semantic/Vector Search, Virtual Table Management, Advanced PRAGMA Operations, Backup/Restore operations, Full-Text Search (FTS5), enhanced JSONB support for improved JSON storage efficiency, transaction safety for all database operations, foreign key constraint enforcement, enhanced error handling, and detailed diagnostics.
88

99
## Key Features
1010

11-
- **Advanced Text Processing**: Comprehensive text analysis toolkit with PCRE regex extraction/replacement, fuzzy matching with Levenshtein distance, phonetic matching (Soundex/Metaphone), text similarity analysis (Cosine/Jaccard), normalization operations, and pattern validation
11+
- **Advanced Text Processing**: Comprehensive text analysis toolkit with 8 specialized tools: PCRE regex extraction/replacement, fuzzy matching with Levenshtein distance, phonetic matching (Soundex/Metaphone), text similarity analysis (Cosine/Jaccard), normalization operations, pattern validation, advanced multi-method search, and comprehensive text validation
1212
- **Statistical Analysis Library**: Comprehensive statistical functions for data analysis including descriptive statistics, percentile analysis, and time series analysis
1313
- **JSONB Binary Storage**: Efficient binary JSON storage for improved performance and reduced storage requirements (~15% space savings)
1414
- **Transaction Safety**: All write operations automatically wrapped in transactions with proper rollback on errors
@@ -43,7 +43,7 @@ This project is based on the original SQLite MCP Server from the [Model Context
4343

4444
## Advanced Text Processing
4545

46-
The SQLite MCP Server v2.2.0 introduces a comprehensive text processing toolkit with 8 specialized functions for advanced text analysis, pattern matching, and data cleaning.
46+
The SQLite MCP Server v2.2.0 introduces a comprehensive text processing toolkit with 8 specialized functions for advanced text analysis, pattern matching, and data cleaning. This brings the total server capabilities to **67 tools** for complete database and text processing operations.
4747

4848
### Available Text Processing Functions
4949

0 commit comments

Comments
 (0)