|
1 | 1 | # SQLite MCP Server |
2 | 2 |
|
3 | | -*Last Updated: September 18, 2025 5:11 PM EST – v2.2.0* |
| 3 | +*Last Updated: January 18, 2025 – v2.3.0* |
4 | 4 |
|
5 | 5 | [](https://hub.docker.com/r/writenotenow/sqlite-mcp-server) |
6 | 6 |  |
7 | | - |
| 7 | + |
8 | 8 |
|
9 | 9 | ## 🚀 Quick Try |
10 | 10 |
|
@@ -66,6 +66,39 @@ This project is based on the original SQLite MCP Server from the [Model Context |
66 | 66 | **Original Repository**: [https://github.com/modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers) |
67 | 67 | **License**: MIT License |
68 | 68 |
|
| 69 | +## ✅ Quick Test - Verify Everything Works |
| 70 | + |
| 71 | +**Test all 67 tools in 30 seconds:** |
| 72 | + |
| 73 | +```bash |
| 74 | +# Quick smoke test |
| 75 | +python test_runner.py --quick |
| 76 | + |
| 77 | +# Standard comprehensive test (recommended) |
| 78 | +python test_runner.py --standard |
| 79 | + |
| 80 | +# Full test suite with edge cases |
| 81 | +python test_runner.py --full |
| 82 | +``` |
| 83 | + |
| 84 | +**Expected output:** |
| 85 | +``` |
| 86 | +🚀 SQLite MCP Server Comprehensive Test Suite v2.3.0 |
| 87 | +================================================================ |
| 88 | +
|
| 89 | +🔍 Environment Detection: |
| 90 | + ✅ SQLite 3.50.2 (JSONB supported) |
| 91 | + ✅ Python 3.12.11 |
| 92 | + ✅ MCP 1.14.0 |
| 93 | +
|
| 94 | +📊 Testing 67 Tools across 13 categories... |
| 95 | +
|
| 96 | +✅ Core Database Operations (8/8 passed) |
| 97 | +✅ JSON Operations (12/12 passed) |
| 98 | +✅ Text Processing (8/8 passed) |
| 99 | +🎉 SUCCESS: 63/67 tools tested successfully! |
| 100 | +``` |
| 101 | + |
69 | 102 | ## Getting Started |
70 | 103 |
|
71 | 104 | ### Installation Requirements |
@@ -146,12 +179,12 @@ Available on Docker Hub at [`writenotenow/sqlite-mcp-server`](https://hub.docker |
146 | 179 | docker pull writenotenow/sqlite-mcp-server:latest |
147 | 180 |
|
148 | 181 | # Pull specific version |
149 | | -docker pull writenotenow/sqlite-mcp-server:v2.2.0 |
| 182 | +docker pull writenotenow/sqlite-mcp-server:v2.3.0 |
150 | 183 | ``` |
151 | 184 |
|
152 | 185 | ## Advanced Text Processing |
153 | 186 |
|
154 | | -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. |
| 187 | +The SQLite MCP Server v2.3.0 includes 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. |
155 | 188 |
|
156 | 189 | ### Available Text Processing Functions |
157 | 190 |
|
@@ -249,7 +282,7 @@ The SQLite MCP Server v2.2.0 introduces a comprehensive text processing toolkit |
249 | 282 |
|
250 | 283 | ## Statistical Analysis Library |
251 | 284 |
|
252 | | -The SQLite MCP Server v2.2.0 includes a comprehensive statistical analysis library with 8 specialized functions for data analysis and business intelligence. |
| 285 | +The SQLite MCP Server v2.3.0 includes a comprehensive statistical analysis library with 8 specialized functions for data analysis and business intelligence. |
253 | 286 |
|
254 | 287 | ### Available Statistical Functions |
255 | 288 |
|
|
0 commit comments