Skip to content

Commit d2fb947

Browse files
jeong-sikclaude
andauthored
chore: bump version to 0.12.4 (#32)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6ae263f commit d2fb947

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(name mcp_protocol)
44

5-
(version 0.12.3)
5+
(version 0.12.4)
66

77
(generate_opam_files true)
88

mcp_protocol.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.12.3"
3+
version: "0.12.4"
44
synopsis: "Model Context Protocol SDK for OCaml"
55
description: """
66
A pure OCaml implementation of the Model Context Protocol (MCP) specification.

mcp_protocol_eio.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.12.3"
3+
version: "0.12.4"
44
synopsis: "Eio-based transport and server for MCP Protocol SDK"
55
description: """
66
Eio-based stdio transport for the Model Context Protocol.

mcp_protocol_http.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.12.3"
3+
version: "0.12.4"
44
synopsis: "HTTP transport for MCP Protocol SDK (Streamable HTTP)"
55
description: """
66
HTTP transport for the Model Context Protocol using Streamable HTTP.

0 commit comments

Comments
 (0)