File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "repo" : " Martian-Engineering/maniple"
1717 },
1818 "description" : " MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2" ,
19- "version" : " 0.11.1 " ,
19+ "version" : " 0.11.2 " ,
2020 "author" : {
2121 "name" : " Josh Lehman"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " maniple" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.11.2 " ,
44 "description" : " MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2" ,
55 "author" : {
66 "name" : " Josh Lehman" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.2]
11+
12+ - Fix Linux/non-macOS startup: if iTerm backend is selected implicitly but iTerm init fails, fall back to tmux when available.
13+
1014## [ 0.11.1]
1115
1216- Fix PyPI distribution name: publish as ` maniple-mcp ` (PyPI rejects ` maniple ` ).
Original file line number Diff line number Diff line change 11[project ]
22name = " maniple-mcp"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44description = " MCP server for managing multiple Claude Code sessions via iTerm2"
55readme = " README.md"
66requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments