utils Package
Utility modules for the Microsoft Agent 365 Tooling SDK.
Modules
| constants |
Provides constant values used throughout the Tooling components. |
| utility |
Provides utility functions for the Tooling components. |
Classes
| Constants |
Provides constant values used throughout the Tooling components. |
Functions
build_mcp_server_url
get_mcp_base_url
Gets the base URL for MCP servers.
get_mcp_base_url() -> str
Returns
| Type | Description |
|---|---|
|
The base URL for MCP servers. |
get_mcp_platform_authentication_scope
get_tooling_gateway_for_digital_worker
Gets the tooling gateway URL for the specified digital worker.
get_tooling_gateway_for_digital_worker(agentic_app_id: str) -> str
Parameters
| Name | Description |
|---|---|
|
agentic_app_id
Required
|
The agentic app identifier of the digital worker. |
Returns
| Type | Description |
|---|---|
|
The tooling gateway URL for the digital worker. |