Skip to content

Commit 1eb0002

Browse files
committed
Incorporated test day comments
1 parent 9a25506 commit 1eb0002

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/model-context-protocol-tools/proc-resolving-common-problems-with-mcp-clients-and-tools.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ If your MCP client connects to the server but cannot find deployed tools, an aut
2222

2323
. Verify the authentication token.
2424
.. Configure a static token for the RHDH MCP server.
25-
.. Set this token as the bearer token in your MCP client.
25+
.. 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>`.
2626
. Check the MCP endpoint configuration.
2727
.. Confirm that the MCP server URL properly resolves, particularly if you are using a desktop client.
2828
.. Use *legacy SSE endpoint* if your MCP client requires it instead of the Streamable endpoint. (For more details, see the *Configuration* topic).
29+
. Verify your {product-very-short} {my-app-config-file} for duplicate backend entries and make sure that the indentation is accurate.
30+
.. Make sure that the configuration for the static token and MCP plugin sources go under an existing backend field, if one is present.
31+
.. If you are unsure, see {model-context-protocol-link}#proc-configuring-model-context-protocol[the sample app configuration provided in the reference procedure].
2932

3033
== Resolve nonsensical MCP tool output
3134

0 commit comments

Comments
 (0)