mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-11 11:50:43 +08:00
Implement version-based cache invalidation for MCP tool definitions
- Added serverVersion property to McpServerDefinitionProvider that updates on override reloads - VS Code now refreshes cached tool definitions when server version changes - Fixed tool override caching issue where old descriptions persisted - Removed unnecessary delay in notification system - Added debug endpoint /debug/tools for inspecting server-side tool definitions Progress: Startup override loading now works correctly, investigating override reload hang in VS Code
This commit is contained in:
@@ -46,3 +46,7 @@
|
||||
2025-10-26T04:35:24.503Z - RESPONSE ENDPOINT CALLED - RequestID: 8-1761453324492
|
||||
2025-10-26T04:35:34.152Z - RESPONSE ENDPOINT CALLED - RequestID: 9-1761453327469
|
||||
2025-10-26T04:35:59.241Z - RESPONSE ENDPOINT CALLED - RequestID: 4-1761453262457
|
||||
2025-10-26T04:37:02.349Z - RESPONSE ENDPOINT CALLED - RequestID: 5-1761453363480
|
||||
2025-10-26T04:37:38.418Z - RESPONSE ENDPOINT CALLED - RequestID: 10-1761453337063
|
||||
2025-10-26T04:58:25.162Z - RESPONSE ENDPOINT CALLED - RequestID: 3-1761454660214
|
||||
2025-10-26T04:59:00.155Z - RESPONSE ENDPOINT CALLED - RequestID: 4-1761454713902
|
||||
|
||||
Reference in New Issue
Block a user