Skip to content

Commit c0eac95

Browse files
committed
Define MCP
Signed-off-by: Lukas Schaefer <[email protected]>
1 parent 53a1a21 commit c0eac95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

admin_manual/ai/app_context_agent.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ These tools can also be combined by the agent to fulfil tasks like the following
146146
Custom Tools using MCP
147147
-----------------------
148148

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:
150151

151152
.. code-block:: json
152153
@@ -193,7 +194,7 @@ See :ref:`llm2 documentation <ai-app-llm2>` on how to configure alternate models
193194
Using Nextcloud MCP Server
194195
--------------------------
195196

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.
197198
The server will be available at `https://your-nextcloud-domain.com/index.php/apps/app_api/proxy/context_agent/mcp/`, and
198199
it requires authentication via an app password passed in the `Authorization` header. Ex: `Authorization: Bearer <app-password>`.
199200

0 commit comments

Comments
 (0)