File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3131 "AAZ_PATH": "/workspaces/aaz",
3232 "CLI_PATH": "/workspaces/azure-cli",
3333 "CLI_EXTENSION_PATH": "/workspaces/azure-cli-extensions",
34- "SWAPPER_PATH ": "/workspaces/azure-rest-api-specs"
34+ "SWAGGER_PATH ": "/workspaces/azure-rest-api-specs"
3535 }
3636 }
3737 }
Original file line number Diff line number Diff line change 1+ # --------------------------------------------------------------------------------------------
2+ # Copyright (c) Microsoft Corporation. All rights reserved.
3+ # Licensed under the MIT License. See License.txt in the project root for license information.
4+ # --------------------------------------------------------------------------------------------
15import os
26from mcp.server.fastmcp import FastMCP
37
@@ -12,8 +16,7 @@ def generate_code(
1216 resource_provider: str,
1317 swagger_tag: str,
1418):
15- """Generate Azure CLI commands based on Swagger specifications.
16- """
19+ # Generate Azure CLI commands based on Swagger specifications
1720 aaz_path = os.getenv("AAZ_PATH", "/workspaces/aaz")
1821 cli_path = os.getenv("CLI_PATH", "/workspaces/azure-cli")
1922 cli_extension_path = os.getenv("CLI_EXTENSION_PATH", "/workspaces/azure-cli-extensions")
You can’t perform that action at this time.
0 commit comments