feat: Add env support + small fixes

This commit is contained in:
2026-04-16 13:18:39 +05:30
parent 385f609e7b
commit df5161ba86
9 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"name": "Debug: MCP Server",
"type": "bun",
"request": "launch",
"program": "${workspaceFolder}/src/mcp-server.ts",
"program": "${workspaceFolder}/src/mcp-server-stdio.ts",
"cwd": "${workspaceFolder}",
"stopOnEntry": false,
"watchMode": false