From cce7e845fd03f30e850cc1238d5bdcbd696ad3b9 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:29:46 +0300 Subject: [PATCH] docs: correct minor typos --- packages/markitdown-mcp/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/markitdown-mcp/README.md b/packages/markitdown-mcp/README.md index 923a42f..dbd2270 100644 --- a/packages/markitdown-mcp/README.md +++ b/packages/markitdown-mcp/README.md @@ -18,14 +18,14 @@ pip install markitdown-mcp ## Usage -To run the MCP server, ussing STDIO (default) use the following command: +To run the MCP server, using STDIO (default) use the following command: ```bash markitdown-mcp ``` -To run the MCP server, ussing SSE use the following command: +To run the MCP server, using SSE use the following command: ```bash markitdown-mcp --sse --host 127.0.0.1 --port 3001 @@ -54,7 +54,7 @@ Once mounted, all files under data will be accessible under `/workdir` in the co It is recommended to use the Docker image when running the MCP server for Claude Desktop. -Follow [these instrutions](https://modelcontextprotocol.io/quickstart/user#for-claude-desktop-users) to access Claude's `claude_desktop_config.json` file. +Follow [these instructions](https://modelcontextprotocol.io/quickstart/user#for-claude-desktop-users) to access Claude's `claude_desktop_config.json` file. Edit it to include the following JSON entry: @@ -102,7 +102,7 @@ To debug the MCP server you can use the `mcpinspector` tool. npx @modelcontextprotocol/inspector ``` -You can then connect to the insepctor through the specified host and port (e.g., `http://localhost:5173/`). +You can then connect to the inspector through the specified host and port (e.g., `http://localhost:5173/`). If using STDIO: * select `STDIO` as the transport type, @@ -122,7 +122,7 @@ Finally: ## Security Considerations -The server does not support authentication, and runs with the privileges if the user running it. For this reason, when running in SSE mode, it is recommended to run the server bound to `localhost` (default). +The server does not support authentication, and runs with the privileges of the user running it. For this reason, when running in SSE mode, it is recommended to run the server bound to `localhost` (default). ## Trademarks