10450: Revert "DYN-10553: Consume DynamoMCP NuGet as a built-in package (#17…#17188
Merged
Merged
Conversation
)" This reverts commit 0cb9686.
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10450
Contributor
There was a problem hiding this comment.
Pull request overview
Reverts the prior change that consumed the DynamoVisualProgramming.DynamoMCP NuGet as a built-in package, in order to validate whether that integration was the cause of issues in the DynamoBuildscripts job.
Changes:
- Removes the DynamoMCP NuGet
PackageReferenceand the MSBuild target that copied it intoBuilt-In Packages\packages\DynamoMCP. - Updates WPF package manager tests to reflect the removal of the MCP built-in package / view extension.
- Removes DynamoMCP-related binary exclusions from the CI file-version checking script.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test/DynamoCoreWpf2Tests/PackageManager/PackageManagerViewExtensionTests.cs | Adjusts expected requested view-extension counts after removing MCP. |
| test/DynamoCoreWpf2Tests/PackageManager/PackageManagerUITests.cs | Updates expected built-in package count to match reverted packaging behavior. |
| test/DynamoCoreWpf2Tests/PackageManager/PackageManagerExtensionLoadingTests.cs | Removes “Dynamo MCP View Extension” from the expected loaded view extensions list. |
| src/DynamoCoreWpf/DynamoCoreWpf.csproj | Removes DynamoMCP NuGet consumption and copy-to-built-in-packages build target. |
| .github/scripts/check_file_version.ps1 | Removes DynamoMCP-related DLL name exclusions now that those binaries should no longer be produced. |
jasonstratton
approved these changes
Jun 23, 2026
jasonstratton
left a comment
Contributor
There was a problem hiding this comment.
Looks good. Approving and merging
|
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
This reverts commit 0cb9686. #17165
This is just to check if this change generated a problem in the DynamoBuildscripts job
Declarations
Check these if you believe they are true
Release Notes
This is just to check if this change generated a problem in the DynamoBuildscripts job
Reviewers
@jasonstratton
FYIs