Skip to content

Unexpected error: No module named 'packaging' #49

@vburckhardt

Description

@vburckhardt

Tracking to investigate

terraform-ibm-modules-mcp
Error
(Error executing MCP tool)

get_module_details
Get structured module metadata from Terraform Registry - for understanding module interface when writing NEW terraform. WHEN TO USE (Development workflow only): - When user needs to CREATE/BUILD new terraform configurations - To understand required inputs/outputs for custom implementations - To check compatibility and requirements before development - When user asks about "inputs", "outputs", "parameters", "interface" WHEN NOT TO USE: - Skip this when user wants examples/samples (use list_content → get_content instead) - Skip when existing examples are available - prefer actual working code WHAT THIS PROVIDES: - Module description and documentation - Required inputs (variables) with types and descriptions - Available outputs with descriptions - Provider requirements and version constraints - Module dependencies Args: module_id: Full module identifier (e.g., "terraform-ibm-modules/vpc/ibm" or "terraform-ibm-modules/vpc/ibm/1.2.3") Returns: Plain text with markdown formatted module details including inputs, outputs, and description
{
  "module_id": "terraform-ibm-modules/code-engine/ibm/4.6.11"
}

json


Error:
Error calling tool 'get_module_details': Unexpected error: No module named 'packaging'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions