Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLcl MCP protocol version compatibility (2024-11-05 vs 2025-11-25)

AndyPol14 hours ago

Hello,
I am using SQLcl MCP server together with LangGraph for agent orchestration and langchain-mcp-adapters (version 0.2.2) as the MCP client.
When trying to connect, I get the following warning:

WARNING: Client requested unsupported protocol version: 2025-11-25, so the server will suggest the 2024-11-05 version instead

Environment:

  • Oracle SQLcl Version 26.1.0
  • LangGraph
  • langchain-mcp-adapters 0.2.2

The issue is that the MCP client uses a newer protocol version (2025-11-25), while SQLcl MCP server appears to only support 2024-11-05.
At the same time, LangGraph / adapters do not provide a way to downgrade or explicitly set the protocol version.
Questions:

  1. Are there plans to upgrade SQLcl MCP server to support newer MCP protocol versions?
  2. Is there any way to configure or force protocol version negotiation on the SQLcl side?
  3. Are there recommended compatible MCP client versions for SQLcl MCP?

At the moment, the only workaround seems to be downgrading the MCP client library, which is not ideal.
Thanks!

Comments
Post Details
Added 14 hours ago
0 comments
9 views