Adding (via mcp-remote <version>) to clientInfo.name on initialize

This commit is contained in:
Glen Maddern 2025-05-06 11:13:50 +10:00 committed by Glen Maddern
parent 5c71b26869
commit 45c1739b4c
3 changed files with 15 additions and 12 deletions

View file

@ -15,14 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
- name: Setup pnpm & install
uses: wyvox/action-setup-pnpm@v3
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
node-version: 22
pnpm-version: 10
- name: Build
run: pnpm build