Package: mcpr Title: Model Context Protocol for R Version: 0.0.2.9000 Authors@R: c( person(given = "John", family = "Coene", role = c("aut", "cre"), email = "jcoenep@gmail.com"), person(family = "Opifex", role = c("cph", "fnd"), email = "john@opifex.org") ) Description: Create, run, and connect to Model Context Protocol (MCP) servers, and clients in R. The package provides a framework for implementing MCP-compatible servers with tools, resources, and prompts capabilities, as well as client functionality to interact with MCP servers. It includes a JSON-RPC 2.0 implementation for communication between clients and servers. License: GPL (>= 2) Depends: R (>= 4.1.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "mcpr::mcp_roclet")) RoxygenNote: 7.3.2 Imports: yyjsonr Suggests: ambiorix, processx, knitr, rmarkdown, httr2, ellmer, roxygen2 URL: https://mcpr.opifex.org/, https://github.com/devOpifex/mcpr VignetteBuilder: knitr Repository: https://devopifex.r-universe.dev Date/Publication: 2025-11-02 14:50:44 UTC RemoteUrl: https://github.com/devOpifex/mcpr RemoteRef: HEAD RemoteSha: b734565e6df0a6fbdd588d5b8892d0779f9a28ca NeedsCompilation: no Packaged: 2026-07-04 09:08:26 UTC; root Author: John Coene [aut, cre], Opifex [cph, fnd] Maintainer: John Coene