Skip to content

Commit 0a8f834

Browse files
committed
fix the readme format
1 parent 7b4dff6 commit 0a8f834

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,24 +148,29 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
148148
| `disabledTools` | An array of tool names, operation types, and/or categories of tools that will be disabled. |
149149

150150
#### `logPath`
151+
151152
Default log location is as follows:
153+
152154
- Windows: `%LOCALAPPDATA%\mongodb\mongodb-mcp\.app-logs`
153155
- macOS/Linux: `~/.mongodb/mongodb-mcp/.app-logs`
154156

155-
156157
#### Disabled Tools
158+
157159
You can disable specific tools or categories of tools by using the `disabledTools` option. This option accepts an array of strings,
158160
where each string can be a tool name, operation type, or category.
159161

160162
The way the array is constructed depends on the type of configuration method you use:
163+
161164
- For **environment variable** configuration, use a comma-separated string: `export MDB_MCP_DISABLED_TOOLS="create,update,delete,atlas,collectionSchema"`.
162165
- For **command-line argument** configuration, use a space-separated string: `--disabledTools create update delete atlas collectionSchema`.
163166

164167
Categories of tools:
168+
165169
- `atlas` - MongoDB Atlas tools, such as list clusters, create cluster, etc.
166170
- `mongodb` - MongoDB database tools, such as find, aggregate, etc.
167171

168172
Operation types:
173+
169174
- `create` - Tools that create resources, such as create cluster, insert document, etc.
170175
- `update` - Tools that update resources, such as update document, rename collection, etc.
171176
- `delete` - Tools that delete resources, such as delete document, drop collection, etc.

0 commit comments

Comments
 (0)