lmcp: 1.1.0 -> 1.1.1 (bug fix: empty inputSchema.properties)
Tracks upstream lmcp v1.1.1 (commit 9707f7a). Single-bug-fix release: lmcp:tool() now normalises empty inputSchema.properties by dropping the key, so Zod-strict MCP clients don't reject tools/list with "expected: record, received: array". Discovered live on a hertz-tools deployment where two custom no-arg tools tripped the check and caused Claude Code to mark the endpoint as disconnected. New tarball sha256: 80c2e815aa61a2d3baab051c51cd247bdefa9dd03d72c4867b99c49b6eae9cb9 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vendored
+3
-3
@@ -7,10 +7,10 @@
|
||||
# package (Architecture: all, depends on lua + lua-socket).
|
||||
set -euo pipefail
|
||||
|
||||
PKGVER=1.1.0
|
||||
UPSTREAM_TAG=v1.1.0
|
||||
PKGVER=1.1.1
|
||||
UPSTREAM_TAG=v1.1.1
|
||||
PKGREL=1
|
||||
LMCP_TARBALL_SHA256=d758a9504389528cb8940ea81bc8cf47afad8c01166aef3484ac4f5752445532
|
||||
LMCP_TARBALL_SHA256=80c2e815aa61a2d3baab051c51cd247bdefa9dd03d72c4867b99c49b6eae9cb9
|
||||
HERE=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
# Reproducible build: pin all file mtimes + ar member timestamps to a fixed
|
||||
|
||||
Reference in New Issue
Block a user