Release 0.4.4: the gcontext add install command

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
bernatsampera
2026-08-08 18:11:02 +02:00
co-authored by Claude Fable 5
parent 7466c0dbfc
commit a055826477
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "gcontext-ai"
version = "0.4.3"
version = "0.4.4"
description = "The framework for building stateful agents. Your agent is a folder of state, served over MCP, used from any runtime."
readme = "README.md"
license = { text = "MIT" }
Generated
+1 -1
View File
@@ -423,7 +423,7 @@ server = [
[[package]]
name = "gcontext-ai"
version = "0.4.3"
version = "0.4.4"
source = { editable = "." }
dependencies = [
{ name = "fastmcp" },