Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(name mcp_protocol)

(version 0.12.3)
(version 0.12.4)

(generate_opam_files true)

Expand Down
2 changes: 1 addition & 1 deletion mcp_protocol.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.12.3"
version: "0.12.4"
synopsis: "Model Context Protocol SDK for OCaml"
description: """
A pure OCaml implementation of the Model Context Protocol (MCP) specification.
Expand Down
2 changes: 1 addition & 1 deletion mcp_protocol_eio.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.12.3"
version: "0.12.4"
synopsis: "Eio-based transport and server for MCP Protocol SDK"
description: """
Eio-based stdio transport for the Model Context Protocol.
Expand Down
2 changes: 1 addition & 1 deletion mcp_protocol_http.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.12.3"
version: "0.12.4"
synopsis: "HTTP transport for MCP Protocol SDK (Streamable HTTP)"
description: """
HTTP transport for the Model Context Protocol using Streamable HTTP.
Expand Down
Loading