Skip to content

Commit 0726d25

Browse files
biswapmCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9270a9c commit 0726d25

File tree

1 file changed

+1
-1
lines changed
  • libraries/microsoft-agents-a365-tooling-extensions-agentframework/microsoft_agents_a365/tooling/extensions/agentframework/services

1 file changed

+1
-1
lines changed

libraries/microsoft-agents-a365-tooling-extensions-agentframework/microsoft_agents_a365/tooling/extensions/agentframework/services/mcp_tool_registration_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def add_tool_servers_to_agent(
6464
auth_token: Optional[str] = None,
6565
) -> Optional[RawAgent]:
6666
"""
67-
Add MCP tool servers to a chat agent (mirrors .NET implementation).
67+
Add MCP tool servers to a RawAgent (mirrors .NET implementation).
6868
6969
Args:
7070
chat_client: The chat client instance (Union[OpenAIChatClient, AzureOpenAIChatClient])

0 commit comments

Comments
 (0)