Releases: flumpiey/manager-mcp
Releases · flumpiey/manager-mcp
Release list
v0.2.6
Fixed
- Claude Desktop runtime: use
uv tool run manager-mcpin mcpb mcp_config. Claude mapsserver.type: uvtouv.exeand was runninguv manager-mcpinstead ofuvx manager-mcp.
Install
Download mcpb.mcpb below, then in Claude Desktop: Settings → Extensions → Advanced settings → Install Extension…
Use v0.2.6 or later. On Windows, use Install Extension… (double-click often fails).
v0.2.5
Fixed
- Claude Desktop extension install on Windows failed with cffi 2.1.1 (no win wheels).
mcpb no longer lists manager-mcp as an install-time dependency; uvx handles runtime.
Install
Download \mcpb.mcpb\ below. Settings → Extensions → Advanced settings → Install Extension.
v0.2.4
Fixed
- Claude Desktop extension no longer requires a detected system Python install.
MCPB migrated to manifest 0.4 / \uv\ server type; \uvx\ pulls Python via \uv.
Install
\\�ash
uvx manager-mcp
\\
Claude Desktop: download \mcpb.mcpb\ below, then Settings → Extensions → Advanced settings → Install Extension. Requires \uv\ on PATH only.
v0.2.3
Added
- Claude Desktop extension pack (\mcpb.mcpb) for one-click install via Claude Desktop
- Serena project config (.serena/) for symbol-aware agent editing
Changed
- Refactor: reduce complexity from ponytail audit (-56 lines)
Fixed
- CI: resolve ruff lint failures from refactor commit (F401, I001, E501)
Install
\\�ash
uvx manager-mcp
\\
Attach \mcpb.mcpb\ to Claude Desktop via Settings → Extensions → Install Extension.
v0.2.2
v0.2.1
v0.2.0
0.2.0
Added
- 13 intent-shaped task tools replacing generated CRUD as the recommended write path
- Customer deposit workflow (
record_customer_deposit,issue_deposit_invoice,apply_deposit_to_invoice) PreconditionResultpattern for structured setup guidance when instance preconditions failrawescape-hatch scope restoring the full CRUD set for advanced useserver.jsonfor MCP Registry discoverability- Explicit
[tool.hatch.build.targets.sdist]include list - Live sandbox integration test suite (
pytest -m integration,TEST_MANAGER_API_*env vars)
Changed
pyproject.tomldescription reflects read-first with opt-in scoped writesskills/manager-accounting/SKILL.md: task tool guidance, deposit is-not-revenue statementREADME.md: task tool table, deposit docs, recommended scope config, migration notice
Deprecated
- All per-resource CRUD
create_*/update_*/delete_*tools exceptcreate_customerandcreate_supplier. Removal target: 0.3.0.
Install: uvx manager-mcp