Model Context Protocol in OCaml
at main 344 B view raw
1(lang dune 3.17) 2(name mcp) 3 4(license ISC) 5(authors "Anil Madhavapeddy") 6(maintainers "anil@recoil.org") 7 8(generate_opam_files true) 9 10(package 11 (name mcp) 12 (synopsis "Model Context Protocol for LLMs") 13 (description "This is all still a work in progress") 14 (depends 15 (ocaml (>= "5.2.0")) 16 jsonrpc 17 http 18 cohttp-eio 19 eio_main 20 eio 21 logs))