DYN-10659: Bump DynamoMCP built-in package to 0.5.0#17211
Merged
johnpierson merged 1 commit intoJul 7, 2026
Conversation
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>
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10659
Contributor
There was a problem hiding this comment.
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.DynamoMCPPackageReference from0.4.1to0.5.0. - Keeps the existing “files-only” consumption pattern (
ExcludeAssets="all"+GeneratePathProperty="true") for copying the packaged layout into Built-In Packages.
|
edwin-vasquez-ucaldas
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Purpose
Consumes the DynamoMCP
0.5.0NuGet 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:
run_workspace/set_node_valuethrowingMissingMethodException(surfaced as the opaqueException has been thrown by the target of an invocation.) on Dynamo 4.2+. DynamoMCP's compile-time Dynamo SDK was bumped to4.2.0-beta5417. DynamoMCP now requires Dynamo 4.2.0 or later.dynamo://designscript-guidanceMCP resource so generated Code Block code is correct and modern (Dynamo 2.0+ syntax — square-bracket list literals, statement semicolons).instructions.mdno longer ships in the packagebin\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