Skip to content

DYN-10652: Bump DynamoMCP built-in package to 0.4.2#17204

Closed
RobertGlobant20 wants to merge 1 commit into
masterfrom
DYN-10652-bump-dynamomcp-0.4.2
Closed

DYN-10652: Bump DynamoMCP built-in package to 0.4.2#17204
RobertGlobant20 wants to merge 1 commit into
masterfrom
DYN-10652-bump-dynamomcp-0.4.2

Conversation

@RobertGlobant20

Copy link
Copy Markdown
Contributor

Purpose

Consumes the DynamoMCP 0.4.2 NuGet as the built-in package. This release addresses DYN-10652: instructions.md no longer ships in the package bin\ folder — it is now embedded as a resource in the MCP server assembly and read via Assembly.GetManifestResourceStream instead of File.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

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>
Copilot AI review requested due to automatic review settings July 1, 2026 19:31

@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-10652

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

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.DynamoMCP PackageReference from 0.4.1 to 0.4.2 in DynamoCoreWpf.csproj.
  • Kept the existing “files-only” consumption model (ExcludeAssets="all" + GeneratePathProperty="true") and the copy-to-Built-In Packages target intact.

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

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.

2 participants