forked from marfrit/marfrit-packages
238c5cee7e
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>
92 lines
3.9 KiB
Plaintext
92 lines
3.9 KiB
Plaintext
lmcp (1.0.0~rc1-1) bookworm trixie; urgency=medium
|
|
|
|
* Full MCP 2025-06-18 surface (release candidate). Closes 14
|
|
upstream issues. New primitives: Resources, Prompts, Completion,
|
|
Logging, Sampling, Roots, fetch, web_search. Protocol: cursor
|
|
pagination, structuredContent, _meta passthrough, tool annotations
|
|
(readOnlyHint/destructiveHint/idempotentHint/openWorldHint).
|
|
Transports: stdio (LMCP_TRANSPORT=stdio) for Claude Desktop / IDE
|
|
clients; full Streamable HTTP rewrite with select()-based event
|
|
loop, sessions (Mcp-Session-Id), persistent SSE, server-initiated
|
|
requests, heartbeat, DELETE.
|
|
* json.lua: UTF-16 surrogate-pair combination + json.empty_object
|
|
sentinel for spec-correct {} emission (fixes ping's result:[]
|
|
bug).
|
|
* Backwards compatible with all existing sessionless-POST clients.
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Sun, 17 May 2026 17:25:00 +0000
|
|
|
|
lmcp (0.5.4-1) bookworm trixie; urgency=medium
|
|
|
|
* Ship examples/lmcp.service systemd unit template alongside the
|
|
existing lmcp-hub.service. Copy-and-edit starting point for
|
|
per-host lmcp instances — no more hand-writing the unit on each
|
|
new Arch or Debian host.
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Tue, 21 Apr 2026 16:55:00 +0000
|
|
|
|
lmcp (0.5.3-1) bookworm trixie; urgency=medium
|
|
|
|
* hub.lua: hard wall-clock cap on ssh fallback via `timeout` —
|
|
prevents event-loop wedges on half-dead sshd (auth stall, remote
|
|
bash-s hang). Configurable via LMCP_HUB_SSH_HARD_TIMEOUT.
|
|
* hub.lua: parallel lmcp probes for remote_list_hosts. Wall clock
|
|
for a 12-backend fleet with 8 offline hosts drops from ~28 s
|
|
(sequential ssh timeouts) to ~3 s.
|
|
* hub.lua: probe is lmcp-only, not ssh. Actual remote_* calls still
|
|
fall through to ssh fallback when lmcp is down.
|
|
* hub.lua: sticky DOWN cache with exponential backoff (60 → 120 →
|
|
240 → 480 → 900 s). UP hosts still 30 s TTL.
|
|
* hub.lua: per-request stderr logging (tool/host/via/elapsed) for
|
|
future RCA.
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Tue, 21 Apr 2026 14:10:00 +0000
|
|
|
|
lmcp (0.5.2-1) bookworm trixie; urgency=medium
|
|
|
|
* server.lua: new shell_bg tool launches detached commands via
|
|
setsid + nohup + stdio-redirect. Returns PID + log path
|
|
immediately. Linux-only for MVP.
|
|
* hub.lua: new remote_shell_bg forwards to backend shell_bg.
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Mon, 20 Apr 2026 09:34:48 +0000
|
|
|
|
lmcp (0.5.1-1) bookworm trixie; urgency=medium
|
|
|
|
* server.lua: search_files uses "find -L" so macOS BSD find
|
|
follows a symlink passed as the starting path (e.g. Homebrew's
|
|
/usr/local/share/lua -> Cellar/…). Previously returned empty.
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Sun, 19 Apr 2026 12:48:27 +0000
|
|
|
|
lmcp (0.5.0-1) bookworm trixie; urgency=medium
|
|
|
|
* Add hub — fleet-wide MCP broker (hub.lua). Proxies remote_* tools
|
|
to every backend in a registry with SSH fallback for hosts whose
|
|
lmcp is temporarily unreachable. See
|
|
/usr/share/doc/lmcp/examples/lmcp-hub.service and
|
|
hub-backends.conf.example for deployment.
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Sun, 19 Apr 2026 12:30:03 +0000
|
|
|
|
lmcp (0.4.1-1) bookworm trixie; urgency=medium
|
|
|
|
* Add LMCP_TOKEN environment-variable fallback for Bearer auth, so
|
|
launchd / systemd drop-ins can drop the token in the service env
|
|
without a conf file.
|
|
* Ship scripts/lmcp-install-macos.sh for Homebrew-based macOS installs
|
|
(mints token, writes LaunchAgent, smoke-tests).
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Sat, 18 Apr 2026 10:46:56 +0000
|
|
|
|
lmcp (0.4.0-1) bookworm trixie; urgency=medium
|
|
|
|
* Add edit_file tool (Claude Code Edit semantics: literal match,
|
|
fails on multiple matches unless replace_all=true).
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Fri, 17 Apr 2026 15:48:26 +0000
|
|
lmcp (0.3.0-1) bookworm trixie; urgency=medium
|
|
|
|
* Initial release packaged for marfrit overlay repo.
|
|
|
|
-- Markus Fritsche <mfritsche@reauktion.de> Tue, 14 Apr 2026 22:00:00 +0200 |