@kynver-app/mcp-agent-os 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,7 @@ The full family:
16
16
  - `agent_os_get_context`
17
17
  - `agent_os_open_session`
18
18
  - `agent_os_close_session`
19
+ - `agent_os_log_session_event`
19
20
  - `agent_os_log_session`
20
21
  - `agent_os_list_goals`
21
22
  - `agent_os_update_goal`
@@ -34,6 +35,10 @@ Memory write/update tools accept `sourceRefs` for structured provenance. Use it
34
35
  to attach repo paths, commits, PRs, map files, sessions, tools, or URLs to
35
36
  important memories instead of burying those pointers in freeform text.
36
37
 
38
+ `agent_os_log_session_event` appends structured session events. Close-session
39
+ summaries can then be synthesized from actual topics, actions, decisions, and
40
+ follow-ups instead of generic lifecycle text.
41
+
37
42
  ## Env
38
43
 
39
44
  | Var | Purpose |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kynver-app/mcp-agent-os",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Kynver Agentic OS MCP server — slug-keyed agent identity, goals, projects, sessions, and long-term memory",
5
5
  "type": "module",
6
6
  "bin": {