Follow-up to #70
Issue #70 was closed with the note that help(action="version") now exposes "the running version, latest available version, release URL, and the endpoint-provided changelog/release notes, with a local fallback."
Observed behavior (server v0.5.40)
help(action="version") returns only:
Server version: 0.5.40. Latest available: 0.5.40. Releases: https://github.com/contextstream/mcp-server/releases
So the "endpoint-provided changelog/release notes" described in the fix comment is not actually surfaced through the version action in this client. An agent still cannot get machine-readable release context without fetching the GitHub releases page separately.
Questions / requests
- Changelog body: Was the changelog payload dropped, or is it exposed via a different action/tool (e.g. a
mcp_server_version tool referenced in the fix but not present in this client's help action set)? Please surface the changelog body in help(action="version") as described, or document where it lives.
- Intended usage of the Releases URL: Should agents be expected to fetch
https://github.com/contextstream/mcp-server/releases themselves to get notes, or is the URL only a human pointer? If self-fetching is intended, please document that consumption pattern (and note that the releases page is paginated / not machine-readable JSON). If a tool is intended, please expose it.
Environment
Follow-up to #70
Issue #70 was closed with the note that
help(action="version")now exposes "the running version, latest available version, release URL, and the endpoint-provided changelog/release notes, with a local fallback."Observed behavior (server v0.5.40)
help(action="version")returns only:So the "endpoint-provided changelog/release notes" described in the fix comment is not actually surfaced through the
versionaction in this client. An agent still cannot get machine-readable release context without fetching the GitHub releases page separately.Questions / requests
mcp_server_versiontool referenced in the fix but not present in this client'shelpaction set)? Please surface the changelog body inhelp(action="version")as described, or document where it lives.https://github.com/contextstream/mcp-server/releasesthemselves to get notes, or is the URL only a human pointer? If self-fetching is intended, please document that consumption pattern (and note that the releases page is paginated / not machine-readable JSON). If a tool is intended, please expose it.Environment
https://mcp.contextstream.io/mcp)help(action="tools")catalog.