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: admin_manual/ai/app_context_agent.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,8 @@ These tools can also be combined by the agent to fulfil tasks like the following
146
146
Custom Tools using MCP
147
147
-----------------------
148
148
149
-
The admin can add custom tools in the admin settings under MCP Config. Here the admin can input a json config in the following format:
149
+
Model Context Protocol (MCP) is a protocol that enables Large Language Models (LLMs) to interact with external data sources and tools.
150
+
The Context Agent app allows administrators to extend its capabilities by adding custom services via MCP. This can be configured in the admin settings under "MCP Config," where you can provide a JSON configuration in the following format:
150
151
151
152
.. code-block:: json
152
153
@@ -193,7 +194,7 @@ See :ref:`llm2 documentation <ai-app-llm2>` on how to configure alternate models
193
194
Using Nextcloud MCP Server
194
195
--------------------------
195
196
196
-
Context Agent exposes an MCP server that can be used by other applications to access the tools provided by Context Agent.
197
+
Context Agent exposes an MCP server that can be used by other large language models or applications to access the tools provided by Context Agent.
197
198
The server will be available at `https://your-nextcloud-domain.com/index.php/apps/app_api/proxy/context_agent/mcp/`, and
198
199
it requires authentication via an app password passed in the `Authorization` header. Ex: `Authorization: Bearer <app-password>`.
0 commit comments