@whalent/agent 0.3.259 → 0.3.262

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.
package/README.md CHANGED
@@ -65,6 +65,17 @@ routing instance with `--gateway-instance-id` or
65
65
  `WHALENT_GATEWAY_INSTANCE_ID`. The older `--app-id` and `WHALENT_APP_ID` forms
66
66
  remain accepted as deprecated input aliases for existing integrations.
67
67
 
68
+ For Codex workers, every streamable HTTP MCP server rendered by Whalent Agent
69
+ receives a dedicated versioned header:
70
+
71
+ ```text
72
+ User-Agent: whalent-agent-mcp/<agent-version>
73
+ ```
74
+
75
+ This identity is separate from Codex's own HTTP client defaults so an MCP edge
76
+ can apply an explicit allow rule and correlate startup failures to the installed
77
+ Whalent Agent version. Stdio MCP servers are unchanged.
78
+
68
79
  ## License
69
80
 
70
81
  Copyright © 2025 Whalent. All rights reserved.