Commit Graph

160 Commits

Author SHA1 Message Date
samanhappy
f46e2c22fc feat: implement dynamic package versioning and refactor MCP server initialization (#104) 2025-05-18 20:07:01 +08:00
samanhappy
b15b71f407 fix: enhance stdio log (#103) 2025-05-17 19:40:34 +08:00
samanhappy
298d96d593 feat: enhance MCP server retrieval and logging for transport closure (#101) 2025-05-16 16:47:21 +08:00
samanhappy
37c3fd9e06 feat: add bearer authentication support for MCP requests (#79) 2025-05-13 13:02:41 +08:00
samanhappy
63efa0038c feat: add npmRegistry support to installation configuration (#77)
Co-authored-by: samanhappy@qq.com <my6051199>
2025-05-13 09:21:07 +08:00
samanhappy
040782da8d feat: support streamable http upstream server (#75)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-12 22:12:48 +08:00
samanhappy
f1a5f692cc feat: create MCP server for different session (#74) 2025-05-12 15:11:37 +08:00
samanhappy
7af3c8a2ba feat: add installation configuration support with pythonIndexUrl in settings (#67) 2025-05-10 21:33:35 +08:00
samanhappy
0f5dfbe419 feat: support server-specified endpoint (#58) 2025-05-09 21:25:44 +08:00
samanhappy
9a06bae225 fix: improve error handling in CallToolRequest by providing detailed error messages (#48) 2025-05-05 19:09:02 +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
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