PoshMcp v0.17.0 Release Notes
Release Date: 2026-06-03T00:00:00Z
Summary
v0.17.0 is a minor release that adds HTTP /mcp route alias support for improved cloud AI client compatibility. The HTTP transport now responds on both / and /mcp endpoints, enabling Microsoft Scout (clawpilot) clients to connect without configuration changes.
What's Changed
HTTP /mcp route alias
The HTTP transport now registers a second MCP endpoint at the /mcp path alongside the existing / endpoint.
- Both endpoints respond with full MCP protocol support.
- Authorization policies apply identically to both endpoints.
- Existing clients using
/are unaffected. - Enables Microsoft Scout (clawpilot) clients to connect at
/mcp.
This improves compatibility with cloud AI platforms and specialized clients that expect MCP on the /mcp path.
Tests
This release adds or updates coverage for:
- HTTP
/mcproute alias endpoint registration - Authorization policy application to both endpoints
- Multi-endpoint MCP request handling
Breaking Changes
None.
Upgrade Notes
Drop-in upgrade. No configuration schema migration is required.
All existing deployments using the / endpoint are fully compatible. Microsoft Scout and other clients expecting /mcp can now connect directly without configuration changes.