Skip to content

Tags: inercia/MCPShell

Tags

v0.2.0

Toggle v0.2.0's commit message
fix: trim command whitespace in Docker script to avoid trailing newli…

…ne issues

YAML literal blocks (|) include trailing newlines, causing commands like
'grep --version\n' to be passed to the shell. When quoted with %q, this
becomes 'grep --version\n' which the shell interprets as '--versionn'.

Now trimming whitespace from commands before embedding in the script.

v0.1.8

Toggle v0.1.8's commit message
Version v0.1.8

v0.1.7

Toggle v0.1.7's commit message
Version v0.1.7

v0.1.6

Toggle v0.1.6's commit message
Added a --daemon flag which can be used in server mode when local htt…

…p is enabled. When invoked, mcpshell will fork into the background and ignore the hang-up signal so that closing the terminal doesnt kill it.

v0.1.5

Toggle v0.1.5's commit message
Version v0.1.5

v0.1.4

Toggle v0.1.4's commit message
Version v0.1.4

v0.1.3

Toggle v0.1.3's commit message
Version v0.1.3

v0.1.2

Toggle v0.1.2's commit message
Version v0.1.2

v0.1.1

Toggle v0.1.1's commit message
Version v0.1.1

v0.1.0

Toggle v0.1.0's commit message
Version v0.1.0