From d236b6280e832e1dc9a69495c1c7f3e23301b116 Mon Sep 17 00:00:00 2001 From: Scott Wu Date: Tue, 11 Nov 2025 17:31:43 +0800 Subject: [PATCH] Update usage instructions to include GEMINI.md Added reference to GEMINI.md for tool usage guidance. --- documentation/docs/10-introduction/10-overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/docs/10-introduction/10-overview.md b/documentation/docs/10-introduction/10-overview.md index b29590c1..4b38b78b 100644 --- a/documentation/docs/10-introduction/10-overview.md +++ b/documentation/docs/10-introduction/10-overview.md @@ -13,7 +13,9 @@ 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`](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. +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. Or [`GEMINI.md`](https://geminicli.com/docs/cli/gemini-md/), if using GEMINI). This will tell the LLM which tools are available and when it's appropriate to use them. + +> [!NOTE] This is already setup for you when using `npx sv add mcp` ```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: