Compare commits

..

No commits in common. "main" and "v0.1.6" have entirely different histories.
main ... v0.1.6

2 changed files with 5 additions and 12 deletions

View file

@ -1,12 +1,11 @@
name: Publish Any Commit
on:
workflow_dispatch:
pull_request:
push:
branches:
- "**"
tags:
- "v*"
- "!**"
jobs:
build:
@ -15,19 +14,14 @@ jobs:
steps:
- name: Checkout code
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
uses: https://github.com/wyvox/action-setup-pnpm@v3
uses: wyvox/action-setup-pnpm@v3
with:
node-version: 22
pnpm-version: 10
- name: Build
run: pnpm build
- run: pnpm dlx publish --compact --bin
- run: pnpm dlx pkg-pr-new publish --compact --bin

View file

@ -1,5 +1,5 @@
{
"name": "@kvant/mcp-remote",
"name": "mcp-remote",
"version": "0.1.5",
"description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
"keywords": [
@ -31,7 +31,6 @@
"express": "^4.21.2",
"open": "^10.1.0"
},
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.11.2",
"@types/express": "^5.0.0",