Skip to content

Commit e779461

Browse files
authored
Merge pull request #17 from alex-feel/release-please--branches--main
chore(main): release 0.5.0
2 parents de14282 + 0b1bc42 commit e779461

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/alex-feel/mcp-context-server/compare/v0.4.1...v0.5.0) (2025-11-23)
4+
5+
6+
### Features
7+
8+
* add PostgreSQL backend with pgvector semantic search ([03ad9b0](https://github.com/alex-feel/mcp-context-server/commit/03ad9b023ead730805bc448cf3d3ee7a7ea0f58f))
9+
* add storage backend abstraction for multi-database support ([4e7744a](https://github.com/alex-feel/mcp-context-server/commit/4e7744a6924be6c1f4cd0448b54d944e7c6d6848))
10+
11+
12+
### Bug Fixes
13+
14+
* eliminate duplicate tool registration and improve naming ([d46cb7c](https://github.com/alex-feel/mcp-context-server/commit/d46cb7c3b524a3609b9f78801a01c09f27429f79))
15+
* eliminate redundant backend initializations during startup ([dcd14d7](https://github.com/alex-feel/mcp-context-server/commit/dcd14d73c2ab3b8854edb7e269aac5f58577470a))
16+
* load sqlite-vec extension before semantic search migration ([3069460](https://github.com/alex-feel/mcp-context-server/commit/306946028d2a6a6ae86a1d6d8368036ebb19d2c9))
17+
* resolve asyncio primitives event loop binding issue ([705fd9d](https://github.com/alex-feel/mcp-context-server/commit/705fd9d37af693298d482b787f7feb46b79beafe))
18+
* resolve integration test hang with persistent backend ([35219db](https://github.com/alex-feel/mcp-context-server/commit/35219dbc79dc2d8bc823d00032773ccc02e2c345))
19+
320
## [0.4.1](https://github.com/alex-feel/mcp-context-server/compare/v0.4.0...v0.4.1) (2025-10-10)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-context-server"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "MCP Context Server — a FastMCP-based server providing persistent multimodal context storage for LLM agents."
55
readme = "README.md"
66
authors = [{ name = "Aleksandr Filippov", email = "alexfeel@protonmail.com" }]

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/alex-feel/mcp-context-server",
77
"source": "github"
88
},
9-
"version": "0.4.1",
9+
"version": "0.5.0",
1010
"packages": [
1111
{
1212
"registryType": "pypi",
1313
"registryBaseUrl": "https://pypi.org",
1414
"identifier": "mcp-context-server",
15-
"version": "0.4.1",
15+
"version": "0.5.0",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)