Nothing
test_that("btw_mcp_server errors informatively with bad `tools`", {
local_mocked_bindings(
mcp_server = function(...) {
"The test failed, an error should have been raised."
},
.package = "mcptools"
)
expect_error(
class = "btw_unmatched_tool_error",
btw_mcp_server(tools = "bop")
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.