@@ -4,29 +4,26 @@ Version: 0.1.0.9000
44Authors@R: c(
55 person("Simon", "Couch", , "
[email protected] ", role = c("aut", "cre"),
66 comment = c(ORCID = "0000-0001-5676-5107")),
7- person("Winston", "Chang", , "
[email protected] ", role = "aut"),
7+ person("Winston", "Chang", , "
[email protected] ", role = "aut",
8+ comment = c(ORCID = "0000-0002-1576-2126")),
89 person("Charlie", "Gao", , "
[email protected] ", role = "aut",
910 comment = c(ORCID = "0000-0002-0750-061X")),
1011 person("Posit Software, PBC", role = c("cph", "fnd"),
1112 comment = c(ROR = "03wc8by49"))
1213 )
13- Description: Implements the Model Context Protocol (MCP). Users can start
14- 'R'-based servers, serving functions as tools for large language models to
15- call before responding to the user in MCP-compatible apps like
16- 'Claude Desktop' and 'Claude Code', with options to run those tools inside
17- of interactive 'R' sessions. On the other end, when 'R' is the client via
18- the 'ellmer' package, users can register tools from third-party MCP
19- servers to integrate additional context into chats.
14+ Description: Implements the Model Context Protocol (MCP). Users can start
15+ 'R'-based servers, serving functions as tools for large language
16+ models to call before responding to the user in MCP-compatible apps
17+ like 'Claude Desktop' and 'Claude Code', with options to run those
18+ tools inside of interactive 'R' sessions. On the other end, when 'R'
19+ is the client via the 'ellmer' package, users can register tools from
20+ third-party MCP servers to integrate additional context into chats.
2021License: MIT + file LICENSE
21- Suggests:
22- knitr,
23- rmarkdown,
24- testthat (>= 3.0.0),
25- withr
26- Config/testthat/edition: 3
27- Encoding: UTF-8
28- Roxygen: list(markdown = TRUE)
29- RoxygenNote: 7.3.2
22+ URL: https://github.com/posit-dev/mcptools,
23+ https://posit-dev.github.io/mcptools/
24+ BugReports: https://github.com/posit-dev/mcptools/issues
25+ Depends:
26+ R (>= 4.1.0)
3027Imports:
3128 cli,
3229 ellmer (>= 0.2.0),
@@ -35,8 +32,15 @@ Imports:
3532 processx,
3633 promises,
3734 rlang
38- Depends: R (>= 4.1.0)
39- URL: https://github.com/posit-dev/mcptools, https://posit-dev.github.io/mcptools/
40- BugReports: https://github.com/posit-dev/mcptools/issues
35+ Suggests:
36+ knitr,
37+ rmarkdown,
38+ testthat (>= 3.0.0),
39+ withr
40+ VignetteBuilder:
41+ knitr
4142Config/Needs/website: tidyverse/tidytemplate
42- VignetteBuilder: knitr
43+ Config/testthat/edition: 3
44+ Encoding: UTF-8
45+ Roxygen: list(markdown = TRUE)
46+ RoxygenNote: 7.3.2
0 commit comments