Fixed
-
The container and documentation badges rendered as broken images. Both were
mis-escaped: shields.io reads a literal hyphen as a field separator, so
ghcr.io-ni--c%2Fwikijs-mcp-bluesplits in the wrong place and the endpoint
answers 404. Theni--chalf was escaped correctly in both, which is what made
it easy to miss. This release is what carries the fix to the package page —
a README only reaches npmjs.com with a publish. -
The issue forms shipped with their template placeholders unresolved. All
three contact links pointed atgithub.com/ni-c/{{REPO}}/…, so both "Question
or discussion" and "Report a vulnerability privately" led to a 404 — the second
being the one that matters, since the alternative a reporter reaches for is a
public issue. The forms also asked for a "{{REPO}} version" and a
"{{TARGET_SYSTEM}} API endpoint"; they now name wikijs-mcp, Wiki.js and its
GraphQL schema.