File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
typescript/packages/ampersend-sdk Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 "format" : " prettier . --check --ignore-path ../../.prettierignore" ,
5555 "format:fix" : " prettier . --write --list-different --ignore-path ../../.prettierignore" ,
5656 "test" : " vitest run" ,
57- "proxy:dev" : " tsx watch src/mcp/proxy/cli.ts --env-prefix TS__MCP_PROXY__ " ,
58- "proxy:start" : " node dist/mcp/proxy/cli.js --env-prefix TS__MCP_PROXY__ "
57+ "proxy:dev" : " tsx watch src/mcp/proxy/cli.ts" ,
58+ "proxy:start" : " node dist/mcp/proxy/cli.js"
5959 },
6060 "dependencies" : {
6161 "@modelcontextprotocol/sdk" : " github:edgeandnode/mcp-typescript-sdk#2de06543904483073d8cc13db1d0e08e16601081" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export function createWalletConfig(envConfig: ProxyEnvConfig): WalletConfig {
6868/**
6969 * Parses command-line arguments and environment variables to build proxy configuration
7070 */
71- function parseOptions ( args : Array < string > , envPrefix = "" ) : ProxyServerOptions {
71+ function parseOptions ( args : Array < string > , envPrefix = "TS__MCP_PROXY__ " ) : ProxyServerOptions {
7272 // Parse CLI arguments first to check for env-prefix flag
7373 const program = new Command ( )
7474 . name ( "ampersend-proxy" )
You can’t perform that action at this time.
0 commit comments