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 4316bec commit 58fc239Copy full SHA for 58fc239
src/mcp/server/lowlevel/result_cache.py
@@ -28,8 +28,8 @@ class ResultCache:
28
async calls, allowing multiple clients to join and receive progress
29
updates, get results and/or cancel in progress calls
30
TODO CRITICAL!! Decide how to limit Async tokens for security purposes
31
- suggest use authentication protocol for identity - may need to add an
32
- authorisation layer to decide if a user is allowed to join an existing
+ suggest use authentication protocol for identity - may need to add an
+ authorisation layer to decide if a user is allowed to join an existing
33
async call
34
TODO name is probably not quite right, more of a result broker?
35
TODO externalise cachetools to allow for other implementations
0 commit comments