2ebaf04c47
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>
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
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 |