Skip to content

Commit 1b722c9

Browse files
Merge pull request #340 from fazedordecodigo/remove-todos
Remove TODO comments from MCP tool documentation regarding custom headers
2 parents 9a3d1d4 + 3cdf991 commit 1b722c9

File tree

1 file changed

+1
-1
lines changed
  • agent-framework/user-guide/model-context-protocol

1 file changed

+1
-1
lines changed

agent-framework/user-guide/model-context-protocol/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The MCP tool allows you to pass custom headers, such as authentication keys or s
2929

3030
You can integrate multiple remote MCP servers by adding them as tools to your agent. Agent Framework makes it easy to convert an MCP tool to an AI tool that can be called by your agent.
3131

32-
The MCP tool supports custom headers, so you can connect to MCP servers by using the authentication schemas that they require or by passing other headers that the MCP servers require. **TODO You can specify headers only by including them in tool_resources at each run. In this way, you can put API keys, OAuth access tokens, or other credentials directly in your request. TODO**
32+
The MCP tool supports custom headers, so you can connect to MCP servers by using the authentication schemas that they require or by passing other headers that the MCP servers require. **You can specify headers only by including them in tool_resources at each run. In this way, you can put API keys, OAuth access tokens, or other credentials directly in your request.**
3333

3434
The most commonly used header is the authorization header. Headers that you pass in are available only for the current run and aren't persisted.
3535

0 commit comments

Comments
 (0)