Commit Graph

36 Commits

Author SHA1 Message Date
samanhappy
e507bea2e3 Refactor service registration and revert lazy loading implementation (#234) 2025-07-20 22:30:09 +08:00
samanhappy
0f00ad7200 feat: implement lazy loading for data service and enhance service registration (#233) 2025-07-20 21:37:43 +08:00
samanhappy
20fd355b87 feat: enhance JSON serialization safety & add dxt upload limit (#230) 2025-07-20 19:18:10 +08:00
samanhappy
268ce5cce6 feat: Refactor API URL handling and add base path support (#131) 2025-05-27 16:11:35 +08:00
samanhappy
f46e2c22fc feat: implement dynamic package versioning and refactor MCP server initialization (#104) 2025-05-18 20:07:01 +08:00
samanhappy
e5aaae466f feat: add log management features including log viewing, filtering, and streaming (#45) 2025-05-02 21:41:16 +08:00
samanhappy
0a6259decf feat: enhance configuration file handling and dynamic frontend path resolution (#40)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-30 22:38:21 +08:00
samanhappy
7f33615161 feat: support Streamable HTTP transport for downstream (#32) 2025-04-27 13:55:25 +08:00
samanhappy
afd1ee7a50 Enhance routing and settings functionality (#29) 2025-04-21 17:51:21 +08:00
samanhappy
c4008f617d fix: add catch-all route to serve frontend index.html in AppServer in… (#24) 2025-04-18 22:44:12 +08:00
samanhappy
adef02d3b9 feat: add group management functionality (#12) 2025-04-17 18:55:04 +08:00
samanhappy
5532c19305 feat(auth): implement user authentication and password change functionality 2025-04-12 21:55:26 +08:00
samanhappy
b1443787ca feat: update README files for clarity and consistency; refactor server management logic 2025-04-07 16:18:11 +08:00
samanhappy
3669260410 feat: add server editing functionality and enhance server management features 2025-04-05 16:28:58 +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
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
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
13b2ff4234 feat: add API endpoints for managing servers and settings 2025-04-01 18:24:14 +08:00
samanhappy
f48c68c134 fix: update inputSchema type to use 'unknown' and improve code consistency 2025-04-01 17:03:47 +08:00
samanhappy
e87e196775 feat: add MCP Hub Dashboard with server status and tool information display 2025-04-01 16:45:10 +08:00
samanhappy
0b20032e94 feat: enhance error handling in client connection and return server names from settings 2025-04-01 15:52:05 +08:00
samanhappy
cfa2c5d792 feat: add PATH to env in StdioClientTransport configuration 2025-04-01 11:52:35 +08:00
samanhappy
332a9cc5b8 feat: add env property to McpSettings interface and initializeClientsFromSettings function 2025-04-01 11:42:20 +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
9cb0812b98 refactor: implement dynamic client and transport initialization from settings file 2025-03-31 19:17:02 +08:00
samanhappy
3794ca7b2a refactor: improve type definition for input schema properties 2025-03-31 18:56:40 +08:00
samanhappy
1937aae82c refactor: enhance tool registration and input schema processing 2025-03-31 18:54:09 +08:00
samanhappy
c34e54673b refactor: update tool registration to support multiple clients and transports 2025-03-31 18:11:24 +08:00
samanhappy
5fdd0b0c7e initialize project 2025-03-31 15:38:30 +08:00