From 4eb3d8e07d3bb53e96d6c595df37c96d7d8ba1e8 Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:24:01 -0400 Subject: [PATCH] chore: bump umbra-core git-install pin to @v0.5.4 umbra-core cut a v0.5.4 release (source-available; reflects the no-PyPI distribution). Point all git-source install references at @v0.5.4. --- README.md | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 291acfe..6f30810 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ with [umbra-core](https://github.com/bkd-dotcom/umbra-core). ## Prerequisite ```bash -pip install "umbra-core @ git+https://github.com/bkd-dotcom/umbra-core@v0.5.3" +pip install "umbra-core @ git+https://github.com/bkd-dotcom/umbra-core@v0.5.4" ``` Add a `.umbra/admission.yaml` to your repo (allowed/forbidden paths, diff budget, diff --git a/config.toml b/config.toml index 0881be1..22232b2 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # Umbra MCP server for Codex — add to ~/.codex/config.toml -# Requires: pip install "umbra-core @ git+https://github.com/bkd-dotcom/umbra-core@v0.5.3" +# Requires: pip install "umbra-core @ git+https://github.com/bkd-dotcom/umbra-core@v0.5.4" [mcp_servers.umbra] command = "python"