Skip to content

toolhive-actions/skill-build@v0.0.5 is broken due to "unknown flag --address" #16

Description

@jcahigal

The current example in the github action:

steps:
  - uses: actions/checkout@v4

  - uses: stacklok/toolhive-actions/install@v0

  - name: Build skill
    id: build
    uses: stacklok/toolhive-actions/skill-build@v0
    with:
      path: ./my-skill

fails with:

Starting thv serve on port 46293...
Error: unknown flag: --address

Reason:
toolhive-actions/skill-build@v0.0.5 is currently broken: it hardcodes thv serve --address, a flag no released thv supports (thv uses --host/--port), so its daemon startup fails with "unknown flag: --address".

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageIssue needs initial triage by a maintainer

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions