test0r
a168342fa8
lmcp: 1.1.1 -> 1.2.1 (tools.d plugin scan + LMCP_HOST/LMCP_CONF env)
...
Tracks upstream lmcp v1.2.1 (commits e05438f + c5375b8). Combined
release that lets hosts like hertz/ampere stop maintaining forked
/opt/lmcp/server.lua overrides — packaged server.lua becomes the
canonical entrypoint, host-local tools live in /opt/lmcp/tools.d/
as plugin files, single-interface binding + conf-file auth come via
LMCP_HOST + LMCP_CONF systemd env. Closes lmcp#22 structurally.
New tarball sha256:
bf9cce1a84c66b1b74c5aec923c5960d60ae33c221afc8d47ce0d74b8f7ee609
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-17 23:34:07 +00:00
test0r
248bef5503
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 >
2026-05-17 22:47:21 +00:00
test0r
4764f5f37f
lmcp: 1.0.0~rc1 -> 1.1.0
...
Tracks upstream lmcp v1.1.0 (commit 7e62f71). Closes 3 upstream
issues: #11 (progress + cancellation), #18 (windows MSI sync), #20
(concurrent handler dispatch).
Arch:
pkgver=1.1.0 (no pre-release suffix this time).
_tag back-translation kept so future rc bumps just need pkgver=X.Y.Z_rcN.
Debian:
PKGVER=1.1.0 (no ~ suffix).
Changelog entry summarises the three closed issues + the zero-
handler-source-changes invariant.
New tarball sha256:
d758a9504389528cb8940ea81bc8cf47afad8c01166aef3484ac4f5752445532
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-17 19:44:26 +00:00
test0r
238c5cee7e
lmcp: 0.5.4 -> 1.0.0-rc1 (full MCP 2025-06-18 surface)
...
Bumps both arch and debian packaging to track upstream v1.0.0-rc1
(commit deb73d1).
Arch (arch/lmcp/PKGBUILD):
pkgver=1.0.0_rc1 (Arch convention: '_' substitutes for '-' in pre-
release tags). _tag back-translates for the source URL.
Debian (debian/lmcp/build-deb.sh + changelog):
PKGVER=1.0.0~rc1 (Debian convention: '~' sorts before the release).
UPSTREAM_TAG=v1.0.0-rc1 drives the archive URL.
New tarball sha256: 81f9222264371735c196664382460261ef60a259348766bbd6fd2f49ea9d1e7e
What's in 1.0.0-rc1 (full release notes in upstream commit):
- 14 issues closed
- new MCP primitives: Resources, Prompts, Completion, Logging,
Sampling, Roots, fetch, web_search
- protocol: cursor pagination, structuredContent, _meta, tool
annotations, protocolVersion bump to 2025-06-18
- transports: stdio (LMCP_TRANSPORT=stdio), full Streamable HTTP
rewrite with sessions, persistent SSE, server-initiated requests
- json.lua: UTF-16 surrogate pairs + empty_object sentinel
- backwards-compatible with every existing sessionless-POST client
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-17 17:18:18 +00:00
test0r
1b0b609ae7
lmcp 0.5.4: ship lmcp.service systemd unit template
build and publish packages / distcc-avahi-aarch64 (push) Successful in 42s
build and publish packages / lmcp-any (push) Successful in 7s
build and publish packages / lmcp-debian (push) Successful in 7s
build and publish packages / claude-his-any (push) Failing after 4s
build and publish packages / claude-his-debian (push) Has been skipped
2026-04-21 22:23:54 +02:00
test0r
00ba627373
lmcp 0.5.3: fix sha256 (previous hash was of 404 error page due to private repo flag)
build and publish packages / distcc-avahi-aarch64 (push) Successful in 32s
build and publish packages / lmcp-any (push) Successful in 6s
build and publish packages / lmcp-debian (push) Successful in 4s
build and publish packages / claude-his-any (push) Failing after 3s
build and publish packages / claude-his-debian (push) Has been skipped
2026-04-21 15:38:47 +02:00
test0r
c07d1f846c
lmcp 0.5.3-1: hub hardening — hard ssh timeout, parallel probes, sticky DOWN cache
build and publish packages / distcc-avahi-aarch64 (push) Successful in 46s
build and publish packages / lmcp-any (push) Failing after 4s
build and publish packages / lmcp-debian (push) Has been skipped
build and publish packages / claude-his-any (push) Has been skipped
build and publish packages / claude-his-debian (push) Has been skipped
2026-04-21 14:00:28 +02:00
test0r
2ebaf04c47
lmcp: bump to v0.5.2 (shell_bg + remote_shell_bg)
...
build and publish packages / distcc-avahi-aarch64 (push) Successful in 29s
build and publish packages / lmcp-any (push) Successful in 7s
build and publish packages / lmcp-debian (push) Successful in 5s
build and publish packages / claude-his-any (push) Successful in 7s
build and publish packages / claude-his-debian (push) Successful in 4s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-20 11:34:48 +02:00
test0r
a4182851ed
lmcp: bump to v0.5.1 (search_files BSD find symlink fix)
...
build and publish packages / distcc-avahi-aarch64 (push) Successful in 30s
build and publish packages / lmcp-any (push) Successful in 24s
build and publish packages / lmcp-debian (push) Successful in 6s
build and publish packages / claude-his-any (push) Successful in 7s
build and publish packages / claude-his-debian (push) Successful in 4s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-19 14:48:27 +02:00
test0r
d02dfdbfa0
lmcp: bump to v0.5.0 (hub broker + examples)
...
build and publish packages / distcc-avahi-aarch64 (push) Successful in 40s
build and publish packages / lmcp-any (push) Successful in 7s
build and publish packages / lmcp-debian (push) Successful in 6s
build and publish packages / claude-his-any (push) Successful in 6s
build and publish packages / claude-his-debian (push) Successful in 4s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-19 14:30:03 +02:00
test0r
dc1d053da1
lmcp: pkgrel=2 — retrigger CI for previous lmcp-any flake
...
build and publish packages / distcc-avahi-aarch64 (push) Successful in 39s
build and publish packages / lmcp-any (push) Successful in 9s
build and publish packages / lmcp-debian (push) Successful in 7s
build and publish packages / claude-his-any (push) Successful in 9s
build and publish packages / claude-his-debian (push) Successful in 5s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-18 13:20:28 +02:00
test0r
22060e09e1
lmcp: bump to v0.4.1 (LMCP_TOKEN env fallback + macOS installer)
...
build and publish packages / distcc-avahi-aarch64 (push) Successful in 1m11s
build and publish packages / lmcp-any (push) Failing after 13s
build and publish packages / lmcp-debian (push) Has been skipped
build and publish packages / claude-his-any (push) Has been skipped
build and publish packages / claude-his-debian (push) Has been skipped
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-18 12:47:01 +02:00
test0r
a7976f1b7d
lmcp: bump to v0.4.0 (edit_file tool)
...
build and publish packages / distcc-avahi-aarch64 (push) Successful in 29s
build and publish packages / lmcp-any (push) Successful in 8s
build and publish packages / lmcp-debian (push) Successful in 5s
build and publish packages / claude-his-any (push) Successful in 6s
build and publish packages / claude-his-debian (push) Successful in 4s
Claude Code Edit semantics — literal string replace with uniqueness
check. replace_all flag for bulk edits. Fixes missing edit tool on
lmcp-backed boltzmann / tesla / broglie.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-17 17:48:45 +02:00
marfrit
f85bfa40b2
lmcp: Arch PKGBUILD + CI job publishing to both aarch64 and x86_64
...
build and publish packages / distcc-avahi-aarch64 (push) Failing after 28s
build and publish packages / lmcp-any (push) Successful in 8s
lmcp is arch=any (pure Lua). One build on the aarch64 runner serves
all pacman targets — the pure-Lua package drops into both repo dbs.
Depends on lua + lua-socket from the target distro's base repos.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-14 20:00:14 +00:00