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:
parent
84b87375fb
commit
a3b4906afd
5 changed files with 72 additions and 13 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue