a
All checks were successful
Publish Any Commit / build (push) Successful in 30s

This commit is contained in:
Angel Nunez Mencias 2025-05-18 18:01:29 +02:00
parent a63b93aa5c
commit d1cb48f770
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg
2 changed files with 7 additions and 1 deletions

View file

@ -16,6 +16,12 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Add git.kvant.cloud scope
run: npm config set @kvant:registry=https://git.kvant.cloud/api/packages/${{ github.repository_owner }}/npm/
- name: Login to git.kvant.cloud npm
run: npm config set -- '//git.kvant.cloud/api/packages/${{ github.repository_owner }}/npm/:_authToken' "${{ secrets.PHOENIX_PACKAGE_WRITER_TOKEN }}"
- name: Setup pnpm & install - name: Setup pnpm & install
uses: https://github.com/wyvox/action-setup-pnpm@v3 uses: https://github.com/wyvox/action-setup-pnpm@v3
with: with:

View file

@ -1,5 +1,5 @@
{ {
"name": "mcp-remote", "name": "@kvant/mcp-remote",
"version": "0.1.5", "version": "0.1.5",
"description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth", "description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
"keywords": [ "keywords": [