You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oracle-db-doc-mcp-server/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A Python-based MCP (Model Context Protocol) server that provides tools for searc
4
4
5
5
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.
6
6
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.
8
8
9
9
## Features
10
10
@@ -128,7 +128,7 @@ To run the MCP server from inside a Docker container:
128
128
To run the MCP server directly from your machine:
129
129
130
130
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)
132
132
3. Add a new file `mcp.json` file to your project folder.
133
133
4. Add the following content to your `.vscode/mcp.json` file. Replace the `<>` placeholders with the paths to the MCP server installation.
0 commit comments