Adding (via mcp-remote <version>) to clientInfo.name on initialize
This commit is contained in:
parent
5c71b26869
commit
45c1739b4c
3 changed files with 15 additions and 12 deletions
11
.github/workflows/publish.yml
vendored
11
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue