Skip to content

Commit 11acd8a

Browse files
committed
docs: add Alpha disclaimer; chore: bump to 0.1.1
1 parent aae3b48 commit 11acd8a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# mcp-agent-mongodb
22

3+
> ⚠️ **ALPHA — NOT AN OFFICIAL MONGODB PRODUCT.** This integration is in **Alpha** and is **not** a supported or official MongoDB product. **Use at your own risk.**
4+
35
MongoDB Atlas–backed **persistent memory** for [mcp-agent](https://github.com/lastmile-ai/mcp-agent)
46
(LastMile AI) — a drop-in replacement for the framework's in-process `SimpleMemory`.
57

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-agent-mongodb"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "MongoDB Atlas-backed persistent agent memory for mcp-agent (LastMile AI): a drop-in Memory backend with Atlas Vector Search recall."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/mcp_agent_mongodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
from __future__ import annotations
4141

42-
__version__ = "0.1.0"
42+
__version__ = "0.1.1"
4343

4444
from .memory import (
4545
APP_NAME,

0 commit comments

Comments
 (0)