From cb9764c2340907874a20c0c934c8acebdc82982f Mon Sep 17 00:00:00 2001 From: paoloricciuti Date: Wed, 8 Oct 2025 17:22:15 +0200 Subject: [PATCH] docs: add link to `CLAUDE.md` and `AGENTS.md` docs --- documentation/docs/10-introduction/10-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/10-introduction/10-overview.md b/documentation/docs/10-introduction/10-overview.md index 81c60b3..b29590c 100644 --- a/documentation/docs/10-introduction/10-overview.md +++ b/documentation/docs/10-introduction/10-overview.md @@ -13,7 +13,7 @@ The setup varies based on the version of the MCP you prefer — remote or local ## Usage -To get the most out of the MCP server we recommend including the following prompt in your `AGENTS.md` (or `CLAUDE.md`, if using Claude Code). This will tell the LLM which tools are available and when it's appropriate to use them. +To get the most out of the MCP server we recommend including the following prompt in your [`AGENTS.md`](https://agents.md) (or [`CLAUDE.md`](https://docs.claude.com/en/docs/claude-code/memory#claude-md-imports), if using Claude Code). This will tell the LLM which tools are available and when it's appropriate to use them. ```md You are able to use the Svelte MCP server, where you have access to comprehensive Svelte 5 and SvelteKit documentation. Here's how to use the available tools effectively: