Skip to content

DYN-10659: Bump DynamoMCP built-in package to 0.5.0#17211

Merged
johnpierson merged 1 commit into
DynamoDS:masterfrom
johnpierson:DYN-10659-bump-dynamomcp-0.5.0
Jul 7, 2026
Merged

DYN-10659: Bump DynamoMCP built-in package to 0.5.0#17211
johnpierson merged 1 commit into
DynamoDS:masterfrom
johnpierson:DYN-10659-bump-dynamomcp-0.5.0

Conversation

@johnpierson

Copy link
Copy Markdown
Member

Purpose

Consumes the DynamoMCP 0.5.0 NuGet as the built-in package (single-line hard-pinned bump in DynamoCoreWpf.csproj, kept in lockstep with the DynamoMCP release per the surrounding comment).

This bump brings in:

  • DYN-10659 — Fixes run_workspace / set_node_value throwing MissingMethodException (surfaced as the opaque Exception has been thrown by the target of an invocation.) on Dynamo 4.2+. DynamoMCP's compile-time Dynamo SDK was bumped to 4.2.0-beta5417. DynamoMCP now requires Dynamo 4.2.0 or later.
  • DYN-10666 — Adds the dynamo://designscript-guidance MCP resource so generated Code Block code is correct and modern (Dynamo 2.0+ syntax — square-bracket list literals, statement semicolons).
  • DYN-10652instructions.md no longer ships in the package bin\ folder; it is embedded as a resource in the MCP server assembly. (This shipped in 0.4.2, whose Dynamo pin PR DYN-10652: Bump DynamoMCP built-in package to 0.4.2 #17204 was never merged, so it lands here.)

Declarations

Check these if you believe they are true

Release Notes

Updated the built-in DynamoMCP package to 0.5.0.

Reviewers

(FILL ME IN)

FYIs

N/A

🤖 Generated with Claude Code

Consume DynamoMCP 0.5.0 NuGet as the built-in package. This release
bumps the compile-time Dynamo SDK to 4.2.0 (DynamoMCP now requires
Dynamo 4.2.0+), fixing run_workspace/set_node_value MissingMethodException
on 4.2+, and adds the dynamo://designscript-guidance MCP resource. Also
picks up the 0.4.2 change embedding instructions.md as an assembly
resource (never merged upstream).

Single-line hard-pinned bump kept in lockstep with the DynamoMCP release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 7, 2026 12:58

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10659

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the DynamoCoreWpf built-in-package pin for DynamoMCP to consume the DynamoVisualProgramming.DynamoMCP NuGet 0.5.0, keeping the built-in package version hard-pinned in the WPF host project per the existing lockstep comment.

Changes:

  • Bumps the hard-pinned DynamoVisualProgramming.DynamoMCP PackageReference from 0.4.1 to 0.5.0.
  • Keeps the existing “files-only” consumption pattern (ExcludeAssets="all" + GeneratePathProperty="true") for copying the packaged layout into Built-In Packages.

@sonarqubecloud

sonarqubecloud Bot commented Jul 7, 2026

Copy link
Copy Markdown

@RobertGlobant20 RobertGlobant20 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johnpierson johnpierson merged commit 2019fbb into DynamoDS:master Jul 7, 2026
29 of 31 checks passed
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.

4 participants