rait-09_obsidian-agent-client/docs/usage/mcp-tools.md
RAIT-09 8bbe40a2a3 Add VitePress documentation site for Agent Client
Introduces a full documentation site under docs/ using VitePress, including configuration, custom theme, setup guides for supported agents (Claude Code, Codex, Gemini CLI, custom agents), usage instructions, FAQ, troubleshooting, and images. Updates .gitignore and .prettierignore to exclude VitePress build output and docs. Also updates package.json and eslint config for documentation support.
2025-12-14 01:53:46 +09:00

1 KiB

MCP Tools

AI agents can use Model Context Protocol (MCP) tools to interact with external services and perform specialized tasks.

What is MCP?

The Model Context Protocol (MCP) is an open standard that allows AI agents to connect to external tools and data sources.

::: tip MCP support and configuration depend on the agent. Refer to your agent's documentation for details. :::

How MCP Works

When an agent uses an MCP tool:

  1. The agent decides which tool to use
  2. The tool call appears in the chat
  3. The tool executes and returns results
  4. The agent uses the results to continue

Viewing Tool Calls

Tool calls are displayed in the chat with:

  • Tool name: What tool was used
  • Status: Running, completed, or failed

Permissions

Some MCP tool calls may require your permission before executing. When a permission request appears, select one of the available options provided by the agent.

See Editing for permission settings.