Commit Graph

147 Commits

Author SHA1 Message Date
samanhappy
c9ec3b77ce fix: sort market servers by official status (#36) 2025-04-26 21:17:05 +08:00
samanhappy
bbb99b6f17 fix: enhance MCP server tool registration and client initialization logic (#31) 2025-04-23 16:27:21 +08:00
samanhappy
c1eabb5607 fix: improve client connection handling and tool listing in mcpService (#30) 2025-04-23 15:46:06 +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
c4008f617d fix: add catch-all route to serve frontend index.html in AppServer in… (#24) 2025-04-18 22:44:12 +08:00
samanhappy
f477e1f942 fix: add catch-all route to serve frontend index.html (#14)
Co-authored-by: samanhappy@qq.com <my6051199>
2025-04-18 15:00:52 +08:00
samanhappy
66d592da1c fix: handle error when sending tool list changed notification (#13) 2025-04-17 19:21:28 +08:00
samanhappy
adef02d3b9 feat: add group management functionality (#12) 2025-04-17 18:55:04 +08:00
samanhappy
f94acb8bef fix: sort server information by enabled status in getServersInfo 2025-04-15 09:41:20 +08:00
samanhappy@qq.com
2e1f73ef64 feat: add server toggle functionality 2025-04-14 22:25:07 +08:00
samanhappy
5532c19305 feat(auth): implement user authentication and password change functionality 2025-04-12 21:55:26 +08:00
samanhappy
188f9ab8e6 feat: enhance error handling and messages 2025-04-12 12:00:52 +08:00
samanhappy
5df6dd99b7 enhance JSON schema conversion to Zod schema 2025-04-12 09:44:33 +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
aada2d29de refactor: remove killProcess function and enhance client/transport closure in updateMcpServer 2025-04-08 20:30:10 +08:00
samanhappy
a393d8bb0b fix: change oldServer variable declaration to const for better clarity 2025-04-08 19:42:12 +08:00
samanhappy
8c7fffbb77 fix: Increased connection timeout for MCP client 2025-04-08 12:42:29 +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
3afb0b9dc1 feat: enhance JSON schema casting to support array item types 2025-04-07 14:08:40 +08:00
samanhappy
3669260410 feat: add server editing functionality and enhance server management features 2025-04-05 16:28:58 +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
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
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
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