Skip to content

Commit bfedbb1

Browse files
committed
Update header link in ReadMe
Signed-off-by: Gerald Venzl <[email protected]>
1 parent fb9992a commit bfedbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oracle-db-doc-mcp-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Python-based MCP (Model Context Protocol) server that provides tools for searc
44

55
The MCP server leverages an inverted index to serve snippets of the Oracle Database documentation. Because the Oracle Database documentation is large and gets updated from time to time, it is unfeasible to ship a ready to go documentation index with this repository. Doing so will bloat the repository and runs risk of users searching on an outdated documentation.
66

7-
Instead, users can create their own index and maintain it as often as required. See [Index creation/maintenance](#index-creation-maintenance) for more on that topic.
7+
Instead, users can create their own index and maintain it as often as required. See [Index creation/maintenance](#index-creationmaintenance) for more on that topic.
88

99
## Features
1010

@@ -128,7 +128,7 @@ To run the MCP server from inside a Docker container:
128128
To run the MCP server directly from your machine:
129129

130130
1. Follow the [Installation](#installation) instructions first.
131-
2. Create an index as explained in [Index creation/maintenance](#index-creation-maintenance)
131+
2. Create an index as explained in [Index creation/maintenance](#index-creationmaintenance)
132132
3. Add a new file `mcp.json` file to your project folder.
133133
4. Add the following content to your `.vscode/mcp.json` file. Replace the `<>` placeholders with the paths to the MCP server installation.
134134

0 commit comments

Comments
 (0)