DYN-10652: Bump DynamoMCP built-in package to 0.4.2#17204
Closed
RobertGlobant20 wants to merge 1 commit into
Closed
DYN-10652: Bump DynamoMCP built-in package to 0.4.2#17204RobertGlobant20 wants to merge 1 commit into
RobertGlobant20 wants to merge 1 commit into
Conversation
Consume the DynamoMCP 0.4.2 NuGet, which embeds instructions.md as a resource so it no longer ships in the package bin folder. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10652
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Dynamo’s built-in DynamoMCP package consumption to use DynamoVisualProgramming.DynamoMCP NuGet version 0.4.2, aligning the host app with the DynamoMCP release that embeds instructions.md as an assembly resource rather than shipping it in the package bin\ layout.
Changes:
- Bumped the hard-pinned
DynamoVisualProgramming.DynamoMCPPackageReference from0.4.1to0.4.2inDynamoCoreWpf.csproj. - Kept the existing “files-only” consumption model (
ExcludeAssets="all"+GeneratePathProperty="true") and the copy-to-Built-In Packages target intact.
|
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.4.2NuGet as the built-in package. This release addresses DYN-10652:instructions.mdno longer ships in the packagebin\folder — it is now embedded as a resource in the MCP server assembly and read viaAssembly.GetManifestResourceStreaminstead ofFile.ReadAllText. This removes the file-system coupling and stops exposing the AI behavioral guidance (product-naming guard, tool conventions) in the public NuGet layout.The pin is a single-line hard-pinned version bump in DynamoCoreWpf.csproj, kept in lockstep with the DynamoMCP release per the surrounding comment.
Declarations
Check these if you believe they are true
Release Notes
Updated the built-in DynamoMCP package to 0.4.2, which no longer bundles instructions.md in the package folder.
Reviewers
(FILL ME IN)
FYIs
N/A
🤖 Generated with Claude Code