Added --header CLI args support

This can include ${ENV_VAR} strings that are replaced with the values in process.env
This commit is contained in:
Glen Maddern 2025-04-10 11:27:25 +10:00
parent 84b87375fb
commit a3b4906afd
5 changed files with 72 additions and 13 deletions

View file

@ -23,8 +23,8 @@
"mcp-remote-client": "dist/client.js"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"build:watch": "tsup --watch",
"check": "prettier --check . && tsc"
},
"dependencies": {