Skip to content

Commit 82edcc6

Browse files
committed
Prepare for CRAN submission
1 parent da1a599 commit 82edcc6

7 files changed

Lines changed: 50 additions & 7 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
^cran-comments\.md$
1616
^IMPROVEMENT_PLAN\.md$
1717
^codecov\.yml$
18+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.4.0
2+
Date: 2025-11-15 02:12:28 UTC
3+
SHA: da1a5997b32c2d3b5bd902edea9862e2508795b8

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Package: plumber2mcp
22
Title: Add Model Context Protocol Support to Plumber APIs
33
Version: 0.4.0
4-
Author: Bulent Arman Aksoy
5-
Maintainer: Bulent Arman Aksoy <arman@aksoy.org>
6-
Authors@R:
4+
Authors@R:
75
person("Bulent Arman", "Aksoy", , "arman@aksoy.org", role = c("aut", "cre"))
6+
Maintainer: Bulent Arman Aksoy <arman@aksoy.org>
87
Description: Extends plumber APIs with Model Context Protocol (MCP) support,
98
enabling AI assistants to discover and call your API endpoints as tools,
109
read resources for context, and use prompt templates for guided interactions.
1110
Simply add pr_mcp() to your plumber pipeline to automatically expose all
1211
endpoints via the MCP protocol with rich schema generation and documentation.
1312
License: MIT + file LICENSE
13+
URL: https://github.com/armish/plumber2mcp
14+
BugReports: https://github.com/armish/plumber2mcp/issues
1415
Encoding: UTF-8
1516
Roxygen: list(markdown = TRUE)
1617
RoxygenNote: 7.3.2

R/plumber2mcp-package.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,5 @@
174174
#' )
175175
#' }
176176
#'
177-
#' @docType package
178177
#' @name plumber2mcp-package
179178
NULL

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
* GitHub Actions (ubuntu-latest): R-release, R-devel
88
* GitHub Actions (windows-latest): R-release
99
* GitHub Actions (macOS-latest): R-release
10-
* local: R 4.5.2
10+
* local: R 4.4.3
1111

1212
## Downstream dependencies
1313

1414
There are currently no downstream dependencies for this package.
1515

1616
## Comments
1717

18-
This is version 0.3.0 of plumber2mcp, which adds comprehensive MCP Prompts support,
19-
enhanced testing (121 total tests), and improved documentation.
18+
This is the initial CRAN submission for plumber2mcp version 0.4.0.
2019

2120
The package extends Plumber APIs with Model Context Protocol (MCP) support,
2221
enabling AI assistants to interact with R APIs through tools, resources, and prompts.
22+
This version includes comprehensive testing (438 passing tests) and documentation.

inst/WORDLIST

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Arman
2+
bool
3+
Bulent
4+
ChatGPT
5+
cli
6+
CMD
7+
codebase
8+
Codecov
9+
config
10+
Customizable
11+
FastAPI
12+
http
13+
httr
14+
JSON
15+
jsonlite
16+
mcp
17+
MCP
18+
outputSchema
19+
pre
20+
README
21+
req
22+
roxygen
23+
RPC
24+
schemas
25+
stderr
26+
stdin
27+
stdout
28+
tbd
29+
URI
30+
validators

man/plumber2mcp-package.Rd

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)