Nothing
tools
as pathCode
mcp_server(tmp_file)
Condition
Error in `mcp_server()`:
! `tools` must be a list of tools created with `ellmer::tool()` or a .R file path that returns a list of ellmer tools when sourced.
Code
mcp_server(tmp_file)
Condition
Error in `mcp_server()`:
! Sourcing the `tools` file 'x' failed.
Caused by error:
! object 'boop' not found
Code
mcp_server(tmp_file)
Condition
Error in `mcp_server()`:
! `tools` must be a list of tools created with `ellmer::tool()` or a .R file path that returns a list of ellmer tools when sourced.
Code
set_server_tools(tls$value[[1]])
Condition
Error:
! `tls$value[[1]]` must be a list of tools created with `ellmer::tool()` or a .R file path that returns a list of ellmer tools when sourced.
i Did you mean to wrap `tls$value[[1]]` in `list()`?
Code
set_server_tools(list(tls$value[[1]]))
Condition
Error:
! The tool names list_r_sessions and select_r_session are reserved by mcptools.
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.