Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Agent 365 CLI
Important
You need to be part of the Frontier preview program to get early access to Microsoft Agent 365. Frontier connects you directly with Microsoft’s latest AI innovations. Frontier previews are subject to the existing preview terms of your customer agreements. As these features are still in development, their availability and capabilities may change over time.
Manage MCP tool servers for agent development. The develop command provides options to manage MCP (Model Context Protocol) tool servers for agent development. You can list available servers, view configured servers, and add or remove MCP servers from your agent configuration.
Minimum role required: None (local manifest management)
Syntax
a365 develop [command] [options]
Options
| Option | Description |
|---|---|
-c, --config <config> |
Configuration file path (default: a365.config.json) |
-v, --verbose |
Enable verbose logging |
-?, -h, --help |
Show help and usage information |
develop list-available
List all MCP servers available in the catalog (what you can install).
a365 develop list-available [options]
This command displays all MCP servers that are available in the catalog and can be installed for use with your agent development.
list-available Options
| Option | Description |
|---|---|
-c, --config <config> |
Configuration file path (default: a365.config.json) |
--dry-run |
Show what would be done without executing |
--skip-auth |
Skip authentication (for testing only - will likely fail without valid auth) |
-?, -h, --help |
Show help and usage information |
develop list-configured
List currently configured MCP servers from your local ToolingManifest.json.
a365 develop list-configured [options]
This command shows all MCP servers that are currently configured in your local ToolingManifest.json file.
develop add-mcp-servers
Add MCP Servers to the current agent configuration.
a365 develop add-mcp-servers [<servers>...] [options]
This command adds specified MCP servers to your current agent configuration, enabling their use in your development environment.
add-mcp-servers Arguments
Specify one or more MCP server names to add to your agent configuration. You can provide multiple server names separated by spaces.
| Argument | Description |
|---|---|
<servers> |
Names of the MCP servers to add |
add-mcp-servers Options
Use these options to customize the behavior of the add-mcp-servers command, including configuration file selection and dry-run testing.
| Option | Description |
|---|---|
-c, --config <config> |
Configuration file path (default: a365.config.json) |
--dry-run |
Show what would be done without executing |
-?, -h, --help |
Show help and usage information |
develop remove-mcp-servers
Remove MCP Servers from the current agent configuration.
a365 develop remove-mcp-servers [<servers>...] [options]
This command removes specified MCP servers from your current agent configuration.