You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1205,7 +1205,7 @@ To use MCP servers with gptel, you thus need three pieces:
1205
1205
2. MCP servers configured for and running via mcp.el.
1206
1206
3. gptel and access to an LLM
1207
1207
1208
-
While mcp.el [[https://github.com/lizqwerscott/mcp.el?tab=readme-ov-file#use-with-gptel][provides instructions]] for accessing MCP-provided tools from gptel, gptel includes =gptel-integrations=, a small library to make this more convenient. This library is not automatically loaded by gptel, so if you would like to use it you have to require it:
1208
+
gptel includes =gptel-integrations=, a small library to make this more convenient. This library is not automatically loaded by gptel, so if you would like to use it you have to require it:
1209
1209
1210
1210
#+begin_src emacs-lisp
1211
1211
(require 'gptel-integrations)
@@ -1221,6 +1221,12 @@ MCP-provided tools can be used as normal with gptel. Here is a screencast of th
0 commit comments