Tags: sxhxliang/mcp-access-point
Tags
feat(admin): add admin dashboard UI with resource overview cards - Add admin dashboard UI served at `GET /admin` with static page `static/admin_dashboard.html` - Display 6 fixed resource cards: `mcp_services`, `ssls`, `global_rules`, `routes`, `upstreams`, `services` - Show count and formatted last updated time for each resource - Update README and README_CN with dashboard screenshot and documentation - Adjust API port in RUNTIME_CONFIG_API.md from 8080 to 8081 - Enhance dashboard to handle Rust SystemTime serialization format - Render resource cards in fixed order to avoid layout shift on refresh
feat(upstream): change nodes field from Vec to HashMap with weight su… …pport - Update Upstream struct to use HashMap for nodes to support weighted load balancing - Modify test cases in resource_manager.rs and resource_validator.rs to use HashMap - Add Default implementation for Upstream struct - Update test data structures to match new nodes format - Ensure backward compatibility with existing Upstream configuration handling
feat: enhance CI workflow by adding caching for Cargo dependencies an… …d running Clippy