Skip to content

Commit 2b751ac

Browse files
committed
Fixed typos
1 parent 1968066 commit 2b751ac

4 files changed

+4
-4
lines changed

modules/model-context-protocol-tools/proc-measuring-doc-gaps-using-analyze-techdocs-coverage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following examples show common queries:
2525
| "default"
2626

2727
| `owner`
28-
| Filters entites by owner.
28+
| Filters entities by owner.
2929
| "user:john.doe"
3030

3131
| `lifecycle`

modules/model-context-protocol-tools/proc-resolving-authentication-issues-when-tool-are-not-found.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If your MCP client connects to the server but cannot find deployed tools, an aut
99

1010
. Verify the authentication token.
1111
.. Configure a static token for the {product-very-short} MCP server.
12-
.. Set this token as the bearer token in your MCP client and make sure the authorization header is the configuration specifies `Bearer` before the token, for example, `Bearer <mcp_token>`.
12+
.. Set this token as the bearer token in your MCP client and make sure the authorization header is the configuration that specifies `Bearer` before the token, for example, `Bearer <mcp_token>`.
1313
. Check the MCP endpoint configuration.
1414
.. Confirm that the MCP server URL properly resolves, particularly if you are using a desktop client.
1515
.. Use *legacy SSE endpoint* if your MCP client requires it instead of the Streamable endpoint. (For more details, see the *Configuration* topic).

modules/model-context-protocol-tools/proc-retrieving-software-catalog-data-through-mcp-tool.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following examples show common queries:
3030
| "model-server"
3131

3232
| `name`
33-
| Specifies the ame of the {backstage} entity to retrieve.
33+
| Specifies the name of the {backstage} entity to retrieve.
3434
| "vllm-model-server"
3535

3636
| `owner`

modules/model-context-protocol-tools/proc-retrieving-techdocs-urls-and-metadata-using-fetch-techdocs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following examples show common queries:
2828
| "default"
2929

3030
| `owner`
31-
| Filters entites by owner.
31+
| Filters entities by owner.
3232
| "user:john.doe"
3333

3434
| `lifecycle`

0 commit comments

Comments
 (0)