Skip to content

Commit 33bcc62

Browse files
Attempt to duplicate the version string
1 parent 41273fc commit 33bcc62

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
- name: 📦 Install dependencies for tests
6868
run: npm install @modelcontextprotocol/server-memory
6969

70+
# Keep version in sync with McpConformanceVersion in Directory.Packages.props
71+
- name: 📦 Install conformance test runner
72+
run: npm install @modelcontextprotocol/conformance@0.1.10
73+
7074
- name: 🏗️ Build
7175
run: make build CONFIGURATION=${{ matrix.configuration }}
7276

Directory.Packages.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<System9Version>9.0.11</System9Version>
66
<System10Version>10.0.2</System10Version>
77
<MicrosoftExtensionsVersion>10.2.0</MicrosoftExtensionsVersion>
8-
<!-- Pin the conformance tester Node package version for CI stability -->
8+
<!-- Pin the conformance tester Node package version for CI stability.
9+
Keep in sync npm install step at ci-build-test.yml -->
910
<McpConformanceVersion>0.1.10</McpConformanceVersion>
1011
</PropertyGroup>
1112

0 commit comments

Comments
 (0)