You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
All notable changes to `state-trace` are documented here. The format roughly follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project adheres to [Semantic Versioning](https://semver.org/) (with the usual pre-1.0 caveat that minor bumps may include breaking changes).
4
4
5
+
## [Unreleased]
6
+
7
+
## [0.3.3] — 2026-04-25
8
+
9
+
### Added
10
+
11
+
-`state-trace-mcp-config` helper command, plus `python -m state_trace.mcp_config`, to generate project-scoped `.mcp.json` with an absolute installed `state-trace-mcp` command path. This makes Codex and other MCP clients more reliable when they launch servers with a minimal PATH.
12
+
13
+
### Changed
14
+
15
+
- README MCP install docs now separate official PyPI installs from editable source installs and lead with per-repo Codex `.mcp.json` setup.
16
+
-`server.json` package metadata now matches the current `0.3.3` PyPI version.
17
+
5
18
## [0.3.2] — 2026-04-25
6
19
7
20
### Fixed
@@ -92,6 +105,9 @@ All 52 tests pass. No public API changes.
92
105
- FastAPI surface with `/store`, `/retrieve`, `/retrieve_brief`, `/graph` endpoints.
For project-scoped MCP installs, generate a local `.mcp.json` from the installed package. The generated config uses an absolute `state-trace-mcp` path so clients with a minimal PATH can still start it.
0 commit comments