Skip to content

Commit 3cdf991

Browse files
Remove TODO comments from MCP tool documentation regarding custom headers microsoft/agent-framework#2541
1 parent 9a3d1d4 commit 3cdf991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agent-framework/user-guide/model-context-protocol

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)