Skip to content

Commit 85667aa

Browse files
kamathclaude
andcommitted
Replace dotenv with dotenvx as dev dependency
- Remove dotenv from production dependencies - Add @dotenvx/dotenvx as dev dependency for local development - Delete src/local.ts (no longer needed) - Update program.ts to import directly from index.js This eliminates dotenv from the bundle entirely, making the codebase fully V8-compatible for Smithery deployment. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 899bf93 commit 85667aa

4 files changed

Lines changed: 150 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"@mcp-ui/server": "^5.10.0",
5151
"@modelcontextprotocol/sdk": "^1.13.1",
5252
"commander": "^14.0.0",
53-
"dotenv": "^16.4.6",
5453
"zod": "^3.25.67"
5554
},
5655
"devDependencies": {
56+
"@dotenvx/dotenvx": "^1.34.0",
5757
"@changesets/cli": "^2.29.6",
5858
"@eslint/js": "^9.29.0",
5959
"@smithery/cli": "^3.1.2",

pnpm-lock.yaml

Lines changed: 148 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)