Skip to content

Commit 6ab05ed

Browse files
committed
Update function documentation
1 parent c8cb233 commit 6ab05ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class McpToolRegistrationService:
4444
4545
Example:
4646
>>> service = McpToolRegistrationService()
47-
>>> service.add_tool_servers_to_agent(project_client, agent_id, env_id, token)
47+
>>> service.add_tool_servers_to_agent(project_client, agent_id, token)
4848
"""
4949

5050
def __init__(

libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Constants:
1212

1313
class Headers:
1414
"""
15-
Provides constant header values used for authentication and environment identification.
15+
Provides constant header values used for authentication.
1616
"""
1717

1818
#: The header name used for HTTP authorization tokens.

libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/utils/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_mcp_base_url() -> str:
5555

5656
def build_mcp_server_url(server_name: str) -> str:
5757
"""
58-
Constructs the full MCP server URL using the base URL, environment ID, and server name.
58+
Constructs the full MCP server URL using the base URL and server name.
5959
6060
Args:
6161
server_name: The MCP server name.

0 commit comments

Comments
 (0)