Commit Graph

70 Commits

Author SHA1 Message Date
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
3669260410 feat: add server editing functionality and enhance server management features 2025-04-05 16:28:58 +08:00
samanhappy
ffd6b93c2c docs: enhance README and Chinese translation for clarity and consistency 2025-04-04 15:54:59 +08:00
samanhappy
df8b8a6829 docs: add Chinese translation of README and enhance English version with language links 2025-04-04 09:46:07 +08:00
samanhappy
2e33026151 refactor: enhance server management by adding McpServer re-creation and initialization after server removal 2025-04-04 00:16:30 +08:00
samanhappy
4ab7ad28e0 refactor: swap server names in mcp_settings.json and enhance comments in mcpService.ts and index.ts for clarity 2025-04-04 00:00:43 +08:00
samanhappy
98f9875ccc refactor: enhance component documentation and improve code clarity in DeleteDialog, LucideIcons, and app.js 2025-04-03 23:55:17 +08:00
samanhappy
52b7872798 refactor: streamline server initialization and enhance error handling in serverController 2025-04-03 23:45:20 +08:00
samanhappy
3ebceefdef refactor 2025-04-03 23:36:05 +08:00
samanhappy
ab73f2cb99 refactor: format args in mcp_settings.json for better readability 2025-04-03 13:47:03 +08:00
samanhappy
cb8b41efef refactor: adjust width of environment variable inputs in AddServerForm and update delete button text 2025-04-03 10:46:40 +08:00
samanhappy
f9ec9e1c97 refactor: improve layout and styling of environment variable inputs in AddServerForm 2025-04-03 10:29:58 +08:00
samanhappy
df48da269a refactor: enhance AddServerForm UI for adding environment variables 2025-04-03 10:08:57 +08:00
samanhappy
f5bfb9d38a feat: add support for environment variables in AddServerForm 2025-04-03 10:00:22 +08:00
samanhappy
5597166e28 refactor: update AddServerForm to change server type options from 'command' and 'url' to 'stdio' and 'sse' 2025-04-03 09:48:41 +08:00
samanhappy
a950323420 refactor: update AddServerForm to handle arguments more effectively 2025-04-03 09:44:05 +08:00
samanhappy
a3e3f7ed2c refactor: simplify command arguments handling in AddServerForm 2025-04-03 09:21:49 +08:00
samanhappy@qq.com
93cec57640 chore: update favicon.ico for improved branding 2025-04-03 07:43:04 +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
77ca0d5988 Delete CNAME 2025-04-02 15:38:49 +08:00
samanhappy
dceec8dcce Create CNAME 2025-04-02 15:29:36 +08:00
samanhappy
9e7bc4d8d4 Create googled76ca578b6543fbc.html 2025-04-02 14:46:25 +08:00
samanhappy
8334d7a131 docs: update README title and description for clarity and consistency 2025-04-02 13:32:08 +08:00
samanhappy
3a97119719 docs: update README to enhance feature descriptions and quick start instructions; improve dashboard management details 2025-04-02 11:16:17 +08:00
samanhappy
d256590329 refactor: enhance removeServer function to close client and transport connections before removal 2025-04-02 10:54:52 +08:00
samanhappy
fecbd91358 refactor: optimize server initialization and connection handling; streamline registerAllTools calls 2025-04-02 10:49:30 +08:00
samanhappy
2b3cf70562 refactor: enhance server status handling; add 'connecting' state and improve connection logging 2025-04-02 09:28:51 +08:00
samanhappy
702c5520f0 refactor: update server initialization to return detailed ServerInfo objects; streamline client and transport handling 2025-04-02 09:20:07 +08:00
samanhappy
6a2cf39c92 refactor: update addServer function to return detailed success messages; clean up whitespace in index.ts 2025-04-02 09:04:55 +08:00
samanhappy@qq.com
8a4c214324 refactor: adjust layout of MCP Hub Dashboard for improved structure and alignment 2025-04-01 23:10:13 +08:00
samanhappy@qq.com
438de59a74 use modal dialog for server add 2025-04-01 23:00:53 +08:00
samanhappy@qq.com
6a9ddd14e0 feat: add LucideIcons component for Chevron icons; update ToolCard and ServerCard to use new icons 2025-04-01 22:52:57 +08:00
samanhappy@qq.com
440c2fe087 feat: add DeleteDialog component for server removal confirmation; integrate with ServerCard 2025-04-01 22:36:05 +08:00
samanhappy@qq.com
d7f185d93d refactor: enhance environment variable handling in client initialization; add function to expand env vars 2025-04-01 22:16:14 +08:00
samanhappy
3a9b9ce34a refactor: clean up addServer and removeServer functions; improve readability and structure 2025-04-01 19:24:20 +08:00
samanhappy
cf2cd4f4b4 refactor: update server removal logic to return detailed status; enhance conditional JSON parsing middleware 2025-04-01 18:54:47 +08:00
samanhappy
8a8975e57d fix: update React scripts to production version and improve server form labels; add conditional JSON parsing middleware 2025-04-01 18:42:58 +08:00
samanhappy
13b2ff4234 feat: add API endpoints for managing servers and settings 2025-04-01 18:24:14 +08:00
samanhappy
251f03831f docs: enhance README with detailed features, configuration, and installation instructions 2025-04-01 18:09:00 +08:00
samanhappy
4a703b89d8 docs: update image syntax in README for Dashboard UI 2025-04-01 17:47:11 +08:00
samanhappy
09b01d3be2 docs: fix image path for Dashboard UI in README 2025-04-01 17:44:31 +08:00
samanhappy
7ab2da2cab docs: update image path for Dashboard UI in README 2025-04-01 17:41:31 +08:00