Skip to content

Commit 73eb2d2

Browse files
committed
docs: add a note about vscode mcp.json file introduction in v1.102
1 parent 25c07cf commit 73eb2d2

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,30 @@ The Redis MCP Server is a **natural language interface** designed for agentic ap
2424
- "Index and search this vector"
2525

2626
## Table of Contents
27-
- [Redis MCP Server](#redis-mcp-server)
28-
- [Overview](#overview)
29-
- [Table of Contents](#table-of-contents)
30-
- [Features](#features)
31-
- [Tools](#tools)
32-
- [Installation](#installation)
33-
- [From PyPI (recommended)](#from-pypi-recommended)
34-
- [Testing the PyPI package](#testing-the-pypi-package)
35-
- [From GitHub](#from-github)
36-
- [Development Installation](#development-installation)
37-
- [With Docker](#with-docker)
38-
- [Configuration](#configuration)
39-
- [Redis ACL](#redis-acl)
40-
- [Configuration via command line arguments](#configuration-via-command-line-arguments)
41-
- [Configuration via Environment Variables](#configuration-via-environment-variables)
42-
- [Integrations](#integrations)
43-
- [OpenAI Agents SDK](#openai-agents-sdk)
44-
- [Augment](#augment)
45-
- [Claude Desktop](#claude-desktop)
46-
- [VS Code with GitHub Copilot](#vs-code-with-github-copilot)
47-
- [Testing](#testing)
48-
- [Example Use Cases](#example-use-cases)
49-
- [Contributing](#contributing)
50-
- [License](#license)
51-
- [Badges](#badges)
52-
- [Contact](#contact)
27+
- [Overview](#overview)
28+
- [Features](#features)
29+
- [Tools](#tools)
30+
- [Installation](#installation)
31+
- [From PyPI (recommended)](#from-pypi-recommended)
32+
- [Testing the PyPI package](#testing-the-pypi-package)
33+
- [From GitHub](#from-github)
34+
- [Development Installation](#development-installation)
35+
- [With Docker](#with-docker)
36+
- [Configuration](#configuration)
37+
- [Redis ACL](#redis-acl)
38+
- [Configuration via command line arguments](#configuration-via-command-line-arguments)
39+
- [Configuration via Environment Variables](#configuration-via-environment-variables)
40+
- [Integrations](#integrations)
41+
- [OpenAI Agents SDK](#openai-agents-sdk)
42+
- [Augment](#augment)
43+
- [Claude Desktop](#claude-desktop)
44+
- [VS Code with GitHub Copilot](#vs-code-with-github-copilot)
45+
- [Testing](#testing)
46+
- [Example Use Cases](#example-use-cases)
47+
- [Contributing](#contributing)
48+
- [License](#license)
49+
- [Badges](#badges)
50+
- [Contact](#contact)
5351

5452

5553
## Features
@@ -477,6 +475,8 @@ Alternatively, you can start the server using `uv` and configure your `mcp.json`
477475

478476
For more information, see the [VS Code documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
479477

478+
> **Note:** Starting with [VS Code v1.102](https://code.visualstudio.com/updates/v1_102),
479+
> MCP servers are now stored in a dedicated `mcp.json` file instead of `settings.json`.
480480
481481
## Testing
482482

0 commit comments

Comments
 (0)