Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with [signetry-core](https://github.com/Signetry/core).
## Prerequisite

```bash
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.6.0"
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0"
```

Add a `.signetry/admission.yaml` to your repo (allowed/forbidden paths, diff budget,
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Signetry MCP server for Codex — add to ~/.codex/config.toml
# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.6.0"
# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0"

[mcp_servers.signetry]
command = "python"
Expand Down
Loading