File tree Expand file tree Collapse file tree
tests/ModelContextProtocol.AspNetCore.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 - name : 📦 Install dependencies for tests
6868 run : npm install @modelcontextprotocol/server-memory
6969
70- - name : 📦 Install dependencies for tests
71- run : npm install @modelcontextprotocol/conformance
72-
7370 - name : 🏗️ Build
7471 run : make build CONFIGURATION=${{ matrix.configuration }}
7572
Original file line number Diff line number Diff line change @@ -128,17 +128,6 @@ private static string GetConformanceVersion()
128128 {
129129 // Version is configured in Directory.Packages.props for central management
130130 var version = GetConformanceVersion ( ) ;
131- _output . WriteLine ( $ "=== Requested conformance package version: { version } ===") ;
132-
133- // First, check the actual version that will be used
134- var versionCheckInfo = NodeHelpers . NpxStartInfo ( $ "-y @modelcontextprotocol/conformance@{ version } --version") ;
135- var versionProcess = Process . Start ( versionCheckInfo ) ;
136- if ( versionProcess != null )
137- {
138- var actualVersion = await versionProcess . StandardOutput . ReadToEndAsync ( ) ;
139- await versionProcess . WaitForExitAsync ( ) ;
140- _output . WriteLine ( $ "=== Actual conformance package version: { actualVersion . Trim ( ) } ===") ;
141- }
142131
143132 var startInfo = NodeHelpers . NpxStartInfo ( $ "-y @modelcontextprotocol/conformance@{ version } server --url { _serverUrl } ") ;
144133
You can’t perform that action at this time.
0 commit comments