Skip to content

Commit 5d2b78a

Browse files
imolloymadhav165
authored andcommitted
(fix) Added missing prompts/get (#748)
Signed-off-by: Ian Molloy <molloyim@us.ibm.com>
1 parent 2dbffd0 commit 5d2b78a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcpgateway/cache/session_registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,6 @@ async def generate_response(self, message: Dict[str, Any], transport: SSETranspo
12771277
>>> # Response: {}
12781278
"""
12791279
result = {}
1280-
12811280
if "method" in message and "id" in message:
12821281
try:
12831282
method = message["method"]

0 commit comments

Comments
 (0)