We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c80a1 commit ef7944cCopy full SHA for ef7944c
src/mcp/server/lowlevel/result_cache.py
@@ -46,6 +46,8 @@ class ResultCache:
46
Its purpose is to act as a central point for managing in progress
47
async calls, allowing multiple clients to join and receive progress
48
updates, get results and/or cancel in progress calls
49
+ TODO CRITICAL not obvious user context will be passed to background thread
50
+ add tests to assert behaviour with authenticated calls
51
TODO MAJOR needs a lot more testing around edge cases/failure scenarios
52
TODO MAJOR decide if async.Locks are required for integrity of internal
53
data structures
0 commit comments