You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -751,20 +751,11 @@ If you encounter JSON-related errors:
751
751
- Use parameter binding for complex JSON data
752
752
- Check for proper escaping in JSON strings
753
753
754
-
## Database Maintenance
755
-
756
-
The SQLite MCP Server includes basic database maintenance capabilities:
757
-
758
-
-**Integrity Checks**: Basic SQLite PRAGMA integrity_check support
759
-
-**JSON Validation**: Automatic validation of JSON data during INSERT/UPDATE operations
760
-
-**Transaction Safety**: Automatic rollback on errors to prevent data corruption
761
-
762
754
## Database Configuration
763
755
764
756
-**Auto-creates**`sqlite_mcp.db` in your project root if none exists because **MCP operations require persistent storage** between tool calls
765
757
-**Connects to existing databases** - works with any SQLite file you specify
766
-
767
-
The server automatically detects project structure and creates appropriate database locations, supporting both relative and absolute paths for maximum flexibility.
758
+
-**Supports both relative and absolute paths** for maximum flexibility.
768
759
769
760
### Database Location Best Practices
770
761
@@ -1561,7 +1552,7 @@ rebuild_vector_index({
1561
1552
1562
1553
### Performance Benefits
1563
1554
1564
-
-**100x Faster Search**: Sub-linear O(log n) performance vs O(n) linear search
1555
+
-**Faster Search**: Sub-linear O(log n) performance vs O(n) linear search
1565
1556
-**Massive Scalability**: Handle millions of embeddings efficiently
1566
1557
-**Intelligent Clustering**: K-means partitioning reduces candidates by 90%+
1567
1558
-**Configurable Accuracy**: Balance speed vs precision with search_k parameter
Copy file name to clipboardExpand all lines: readme_sqlite_mcp_docker_repo.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,7 @@ The SQLite MCP Server exposes 67 tools by default. MCP clients such as Cursor ty
89
89
90
90
-**Auto-creates**`sqlite_mcp.db` in your project root if none exists because **MCP operations require persistent storage** between tool calls
91
91
-**Connects to existing databases** - works with any SQLite file you specify
92
-
93
-
The server automatically detects project structure and creates appropriate database locations, supporting both relative and absolute paths for maximum flexibility.
92
+
-**Supports both relative and absolute paths** for maximum flexibility.
94
93
95
94
### Statistical Analysis Workflow
96
95
@@ -211,24 +210,6 @@ docker run -i --rm \
211
210
**Database Not Found**: Check volume mount and file paths
0 commit comments