We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77e124 commit 8bc0658Copy full SHA for 8bc0658
README.md
@@ -152,15 +152,15 @@ resource_content <- resources_read(
152
print(resource_content)
153
```
154
155
-## ellmer integrations
+## ellmer integration
156
157
Use the `register_mcpr_tools` function to convert MCPR tools to ellmer tools and
158
register them with an ellmer chat session.
159
160
Note that this integration is not standard since ellmer does not currently support
161
MCPs. Here we re-recreate the tools obtained via `tools_list` as ellmer tools which
162
themselves call `tools_call` to execute the tool.
163
-The tools are currently not namesppaced.
+The tools are currently not namespaced.
164
165
```r
166
# Create an MCPR client connected to the calculator server
0 commit comments