File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
tests/ModelContextProtocol.ConformanceTests Expand file tree Collapse file tree 2 files changed +4
-1
lines changed 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+
7073 - name : 🏗️ Build
7174 run : make build CONFIGURATION=${{ matrix.configuration }}
7275
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ private Process StartConformanceServer()
170170 var startInfo = new ProcessStartInfo
171171 {
172172 FileName = "npx" ,
173- Arguments = $ "@modelcontextprotocol/conformance server --url { _serverUrl } ",
173+ Arguments = $ "-y @modelcontextprotocol/conformance server --url { _serverUrl } ",
174174 RedirectStandardOutput = true ,
175175 RedirectStandardError = true ,
176176 UseShellExecute = false ,
You can’t perform that action at this time.
0 commit comments