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 6b859c6 commit 23e32e3Copy full SHA for 23e32e3
src/keboola_mcp_server/mcp.py
@@ -161,7 +161,9 @@ async def on_message(
161
try:
162
return await call_next(context)
163
finally:
164
- ctx.session.state = {}
+ # NOTE: This line is commented following a bug related to session state clearance in Claude client
165
+ # ctx.session.state = {}
166
+ pass
167
168
@staticmethod
169
def _create_session_state(config: Config) -> dict[str, Any]:
0 commit comments