Commit0c969a49Recorded6 May 2026Repositorysigil-mcp
Bump sigil-mcp to Sigil 0.16
Message
Update the package version, Sigil compatibility range, and sigil-json/sigil-log dependency ranges for the 0.16 ecosystem alignment.
Verification:
- /tmp/sigil-t-e6e9/build/dev/bin/sigil deps install --redirects /tmp/apiary-016-redirects.sgl
- /tmp/sigil-t-e6e9/build/dev/bin/sigil build --redirects /tmp/apiary-016-redirects.sgl
- /tmp/sigil-t-e6e9/build/dev/bin/sigil test
Changed
package.sgl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)Diff
package.sglmodified
@@ -7,13 +7,13 @@
7
8
(package 9
name: "sigil-mcp"−10
version: "0.14.1"−11
sigil: "^0.14"+10
version: "0.16.0"+11
sigil: "^0.16" 12
description: "Library for building MCP servers in Sigil" 13
url: "https://codeberg.org/sigil/sigil-mcp" 14
license: "BSD-3-Clause" 15
authors: (list "David Wilson <[email protected]>") 16
17
dependencies: (list−18
(from-git url: "codeberg:sigil/sigil-json" version: "^0.14.0")−19
(from-git url: "codeberg:sigil/sigil-log" version: "^0.14.0")))+18
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16")+19
(from-git url: "codeberg:sigil/sigil-log" version: "^0.16")))