Skip to content

build(deps): bump ModelContextProtocol 1.3.0 -> 1.4.0 - #30

Merged
lewing merged 1 commit into
masterfrom
deps/mcp-1.4.0
Jun 24, 2026
Merged

build(deps): bump ModelContextProtocol 1.3.0 -> 1.4.0#30
lewing merged 1 commit into
masterfrom
deps/mcp-1.4.0

Conversation

@lewing

@lewing lewing commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Summary

Bumps ModelContextProtocol and ModelContextProtocol.AspNetCore from 1.3.0 to 1.4.0 (released 2026-06-04). Picks up two security-hardening fixes that directly apply to this server.

Why bump

🔐 Security hardening (auto-benefit)

Fix Affects us?
Stdio transport no longer enumerates child-process env vars in Trace logs (#1538) ✅ Yes — we use WithStdioServerTransport() in MaestroTool/Program.cs
Streamable HTTP DELETE on a session now validates the authenticated user matches the session owner (#1604) — mirrors the existing GET/POST check; returns 403 instead of terminating the session on a leaked Mcp-Session-Id ✅ Yes — MaestroTool.Mcp/Program.cs calls MapMcp()

🏢 New features (available, not adopted in this PR)

  • IdentityAssertionGrantProvider (ID-JAG / SEP-990) — RFC 8693 + RFC 7523 token exchange for enterprise SSO. Useful later if we add managed auth.
  • InheritEnvironmentVariables on StdioClientTransportOptions — client-side, not consumed here.

API surface check

We only use:

  • [McpServerToolType] / [McpServerTool] attributes (tool declarations across MaestroMcpTools/*)
  • WithStdioServerTransport() (CLI)
  • MapMcp() (AspNetCore Streamable HTTP)

All source-compatible across 1.3.0 → 1.4.0.

Changes

Project From To
MaestroTool.Core ModelContextProtocol 1.3.0 1.4.0
MaestroTool.Mcp ModelContextProtocol.AspNetCore 1.3.0 1.4.0
MaestroTool ModelContextProtocol 1.3.0 1.4.0

Validation

  • Solution builds: 0 warnings, 0 errors
  • Tests: 208 passed, 0 failed

Picks up security hardening from the upstream SDK:
- Stdio transport no longer enumerates child-process env vars in Trace logs.
- Streamable HTTP DELETE on a session now validates the authenticated user
  matches the session owner (mirrors the existing GET/POST check, returns
  403 instead of terminating the session on a leaked Mcp-Session-Id).
  Directly hardens MaestroTool.Mcp (MapMcp()).

Also adds the IdentityAssertionGrantProvider (ID-JAG / SEP-990) for future
enterprise SSO scenarios, and an InheritEnvironmentVariables option on
StdioClientTransportOptions (not used by this server).

No API surface changes; we only consume [McpServerToolType] /
[McpServerTool] attributes, WithStdioServerTransport(), and MapMcp() —
all source-compatible across 1.3.0 -> 1.4.0.

Validation: solution builds with 0 warnings, all 208 tests pass.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@lewing
lewing merged commit 292b1f0 into master Jun 24, 2026
@lewing lewing mentioned this pull request Jun 25, 2026
@lewing
lewing deleted the deps/mcp-1.4.0 branch June 25, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant