Commit Graph

36 Commits

Author SHA1 Message Date
samanhappy
7af3c8a2ba feat: add installation configuration support with pythonIndexUrl in settings (#67) 2025-05-10 21:33:35 +08:00
samanhappy
9b1338a356 feat: add support for HTTP_PROXY and HTTPS_PROXY environment variables in Dockerfile and entrypoint script (#42) 2025-05-02 12:40:44 +08:00
samanhappy
afd1ee7a50 Enhance routing and settings functionality (#29) 2025-04-21 17:51:21 +08:00
samanhappy
3d49c652ad introduce market 2025-04-20 13:58:52 +08:00
samanhappy
40d8792294 fix: update Dockerfile to conditionally install Playwright dependencies for Chrome based on architecture 2025-04-14 20:01:24 +08:00
samanhappy
7f887a7031 fix: update Dockerfile to install Playwright dependencies for Chrome instead of Chromium 2025-04-14 19:56:19 +08:00
samanhappy
5a2be4d4fe fix: update Dockerfile to set Playwright browser path and remove unnecessary environment variable 2025-04-14 19:34:07 +08:00
samanhappy
f6c5cde9ce fix: update Dockerfile to set Playwright browser path and environment variables 2025-04-14 19:25:26 +08:00
samanhappy
1e6d10a0c3 fix: update Dockerfile to install Playwright dependencies for Chromium instead of Firefox 2025-04-14 18:56:12 +08:00
samanhappy
1ea8c3c866 fix: update Dockerfile to conditionally install Playwright dependencies based on INSTALL_EXT argument 2025-04-14 17:09:21 +08:00
samanhappy
6b56a9a554 fix: update Playwright installation to use Chrome instead of Chromium 2025-04-14 16:53:32 +08:00
samanhappy
a1d2c679d6 fix: install Chromium for Playwright in Dockerfile 2025-04-13 22:12:20 +08:00
samanhappy
fe10273fc3 fix: update Playwright installation to include default browser 2025-04-13 22:03:47 +08:00
samanhappy
649a454ba8 fix: install Chrome for Playwright in Dockerfile 2025-04-13 21:54:48 +08:00
samanhappy
bc8be7578f fix: set up PNPM environment variables and directory for global installations 2025-04-13 21:35:29 +08:00
samanhappy
c5a8cfd88f fix: change Python base image from alpine to slim-bookworm 2025-04-13 21:31:26 +08:00
samanhappy
8905757c69 fix: update Python base image to 3.13-alpine and streamline package installation 2025-04-13 21:29:36 +08:00
samanhappy
188f9ab8e6 feat: enhance error handling and messages 2025-04-12 12:00:52 +08:00
samanhappy@qq.com
4cf1bfaadd fix: add UV_PYTHON_INSTALL_MIRROR environment variable to Dockerfile and entrypoint script 2025-04-10 21:53:11 +08:00
samanhappy
8dd058ecd0 refactor: remove unnecessary uv tool update-shell command from Dockerfile 2025-04-09 16:38:24 +08:00
samanhappy
244f900035 refactor: update Dockerfile and entrypoint script to use REQUEST_TIMEOUT; improve variable naming in mcpService 2025-04-09 16:36:53 +08:00
samanhappy
b1d8b1a825 refactor frontend code 2025-04-09 11:29:35 +08:00
samanhappy
c269d5fbae fix: move package installations to pnpm for consistency in Dockerfile 2025-04-05 17:55:26 +08:00
samanhappy
ca2610cf1e fix: change npm install command to use global flag for package installation 2025-04-05 17:47:06 +08:00
samanhappy
2f16004eeb feat: update Dockerfile and mcp_settings.json to include new server configurations and dependencies 2025-04-05 17:36:34 +08:00
samanhappy
078c2d4bd5 refactor: reorganize Dockerfile for improved clarity and structure 2025-04-05 17:10:07 +08:00
samanhappy
16d3f2da34 feat: add entrypoint script to configure npm registry and streamline container startup 2025-04-05 17:01:01 +08:00
samanhappy
e39ed5cc42 Revert "refactor: update Dockerfile to set NPM registry as a build argument and create entrypoint script"
This reverts commit 4b13c007f2.
2025-04-05 16:58:29 +08:00
samanhappy
4b13c007f2 refactor: update Dockerfile to set NPM registry as a build argument and create entrypoint script 2025-04-05 16:48:56 +08:00
samanhappy
96aa06b999 refactor: update Dockerfile to improve structure and clarity of comments 2025-04-05 16:37:19 +08:00
samanhappy@qq.com
0cbea86f4a chore: update Dockerfile to set npm registry for faster package installation 2025-04-02 22:20:33 +08:00
samanhappy@qq.com
67487a4018 chore: update Dockerfile to use npm mirror for faster package installation; add favicon to index.html 2025-04-02 22:18:54 +08:00
samanhappy
ff2ff8a941 refactor: simplify Dockerfile by removing Python installation; update mcp_settings.json to use npx for time-mcp command 2025-03-31 19:56:47 +08:00
samanhappy
81d54766f6 refactor: update Dockerfile and package.json to add zod dependency; improve code formatting in server.ts 2025-03-31 19:42:45 +08:00
samanhappy
a61bda6ea9 refactor: update Dockerfile to use Node.js 22-alpine image 2025-03-31 19:38:23 +08:00
samanhappy
f06f112a2b refactor: update README for consistency and modify mcp_settings.json command; add Dockerfile for application containerization 2025-03-31 19:33:54 +08:00