Skip to content

Commit 2528106

Browse files
committed
chore: bump version to v2.6.3 with updated README and badges
1 parent 4730808 commit 2528106

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

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

3-
* Last Updated October 4, 2025 8:07 AM EST *
3+
*Last Updated October 9, 2025 - Production/Stable v2.6.3*
44

5-
*Enterprise-grade SQLite with AI-native JSON operations & intelligent workflow automation – v2.6.1*
5+
*Enterprise-grade SQLite with AI-native JSON operations & intelligent workflow automation – v2.6.3*
66

77
[![Docker Pulls](https://img.shields.io/docker/pulls/writenotenow/sqlite-mcp-server)](https://hub.docker.com/r/writenotenow/sqlite-mcp-server)
88
![License](https://img.shields.io/badge/license-MIT-blue)
9-
![Version](https://img.shields.io/badge/version-v2.6.1-green)
9+
![Version](https://img.shields.io/badge/version-v2.6.3-green)
10+
![Status](https://img.shields.io/badge/status-Production%2FStable-brightgreen)
11+
[![PyPI](https://img.shields.io/pypi/v/sqlite-mcp-server-enhanced)](https://pypi.org/project/sqlite-mcp-server-enhanced/)
1012

1113
Transform SQLite into a powerful, AI-ready database engine with **73 specialized tools** for advanced analytics, JSON operations, text processing, vector search, geospatial operations, and intelligent workflow automation.
1214

@@ -58,7 +60,7 @@ python test_runner.py --full
5860

5961
**Expected output:**
6062
```
61-
🚀 SQLite MCP Server Comprehensive Test Suite v2.6.1
63+
🚀 SQLite MCP Server Comprehensive Test Suite v2.6.3
6264
================================================================
6365
6466
🔍 Environment Detection:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlite-mcp-server-enhanced"
3-
version = "2.6.2"
3+
version = "2.6.3"
44
description = "A SQLite MCP server with JSONB support, database administration tools, and advanced database operations"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)