Skip to content

Releases: flumpiey/manager-mcp

v0.2.6

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 21:35
c50c4d7

Fixed

  • Claude Desktop runtime: use uv tool run manager-mcp in mcpb mcp_config. Claude maps server.type: uv to uv.exe and was running uv manager-mcp instead of uvx 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

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 21:25
c5b8d2d

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

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 20:59
a8b31bf

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

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 20:46
c791218

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

Choose a tag to compare

@flumpiey flumpiey released this 29 Jul 14:19
9fda108

Fix MCP registry icon URL (absolute HTTPS required by registry schema).

v0.2.1

Choose a tag to compare

@flumpiey flumpiey released this 29 Jul 14:14
520598b

Publish to MCP registry (github.com/mcp). Adds PyPI ownership verification marker and automated registry publish on release.

v0.2.0

Choose a tag to compare

@flumpiey flumpiey released this 29 Jul 11:29
b73a572

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)
  • PreconditionResult pattern for structured setup guidance when instance preconditions fail
  • raw escape-hatch scope restoring the full CRUD set for advanced use
  • server.json for 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.toml description reflects read-first with opt-in scoped writes
  • skills/manager-accounting/SKILL.md: task tool guidance, deposit is-not-revenue statement
  • README.md: task tool table, deposit docs, recommended scope config, migration notice

Deprecated

  • All per-resource CRUD create_* / update_* / delete_* tools except create_customer and create_supplier. Removal target: 0.3.0.

Install: uvx manager-mcp

v0.1.1

Choose a tag to compare

@flumpiey flumpiey released this 29 Jul 08:31
6a2e26d

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@flumpiey flumpiey released this 28 Jul 18:37
67b2666

What's Changed

  • ci: bump actions to Node 24 runtimes by @flumpiey in #1

New Contributors

Full Changelog: https://github.com/flumpiey/manager-mcp/commits/v0.1.0