dependabot[bot]
b882672673
Bump fastmcp from 2.12.4 to 2.13.0.1 in /integrations/beads-mcp
...
Bumps [fastmcp](https://github.com/jlowin/fastmcp ) from 2.12.4 to 2.13.0.1.
- [Release notes](https://github.com/jlowin/fastmcp/releases )
- [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx )
- [Commits](https://github.com/jlowin/fastmcp/compare/v2.12.4...v2.13.0.1 )
---
updated-dependencies:
- dependency-name: fastmcp
dependency-version: 2.13.0.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 22:41:01 -07:00
Steve Yegge
687376f969
chore: Bump version to 0.17.7
...
Updated all component versions:
- bd CLI: 0.17.6 → 0.17.7
- Plugin: 0.17.6 → 0.17.7
- MCP server: 0.17.6 → 0.17.7
- Documentation: 0.17.6 → 0.17.7
Generated by scripts/bump-version.sh
2025-10-26 23:30:37 -07:00
Steve Yegge
1b4f56d675
chore: Bump version to 0.17.6
...
Updated all component versions:
- bd CLI: 0.17.5 → 0.17.6
- Plugin: 0.17.5 → 0.17.6
- MCP server: 0.17.5 → 0.17.6
- Documentation: 0.17.5 → 0.17.6
Generated by scripts/bump-version.sh
2025-10-26 23:08:15 -07:00
Steve Yegge
2dd96bff43
chore: Bump version to 0.17.5
...
Updated all component versions:
- bd CLI: 0.17.4 → 0.17.5
- Plugin: 0.17.4 → 0.17.5
- MCP server: 0.17.4 → 0.17.5
- Documentation: 0.17.4 → 0.17.5
Generated by scripts/bump-version.sh
2025-10-26 17:42:05 -07:00
Steve Yegge
80b0af9457
chore: Bump version to 0.17.4
...
Updated all component versions:
- bd CLI: 0.17.3 → 0.17.4
- Plugin: 0.17.3 → 0.17.4
- MCP server: 0.17.3 → 0.17.4
- Documentation: 0.17.3 → 0.17.4
Generated by scripts/bump-version.sh
2025-10-26 14:20:03 -07:00
Steve Yegge
d297848f76
chore: Bump version to 0.17.3
...
Updated all component versions:
- bd CLI: 0.17.2 → 0.17.3
- Plugin: 0.17.2 → 0.17.3
- MCP server: 0.17.2 → 0.17.3
- Documentation: 0.17.2 → 0.17.3
Generated by scripts/bump-version.sh
2025-10-26 13:59:01 -07:00
Steve Yegge
5b963e3379
chore: Bump version to 0.17.2
2025-10-25 18:57:47 -07:00
Steve Yegge
d301ac68ed
chore: Bump version to 0.17.1
...
Updated all component versions:
- bd CLI: 0.17.0 → 0.17.1
- Plugin: 0.17.0 → 0.17.1
- MCP server: 0.17.0 → 0.17.1
- Documentation: 0.17.0 → 0.17.1
Generated by scripts/bump-version.sh
2025-10-25 16:45:16 -07:00
Steve Yegge
667d41e9d4
chore: Bump version to 0.17.0
...
Updated all component versions:
- bd CLI: 0.16.0 → 0.17.0
- Plugin: 0.16.0 → 0.17.0
- MCP server: 0.16.0 → 0.17.0
- Documentation: 0.16.0 → 0.17.0
Generated by scripts/bump-version.sh
2025-10-24 22:36:06 -07:00
Steve Yegge
474b6bf000
chore: Bump version to 0.16.0
...
Updated all component versions:
- bd CLI: 0.15.0 → 0.16.0
- Plugin: 0.15.0 → 0.16.0
- MCP server: 0.15.0 → 0.16.0
- Documentation: 0.15.0 → 0.16.0
Generated by scripts/bump-version.sh
2025-10-23 20:02:05 -07:00
Steve Yegge
9665b335dc
chore: Bump version to 0.15.0
...
Updated all component versions:
- bd CLI: 0.14.0 → 0.15.0
- Plugin: 0.14.0 → 0.15.0
- MCP server: 0.14.0 → 0.15.0
- Documentation: 0.14.0 → 0.15.0
Generated by scripts/bump-version.sh
2025-10-23 14:26:40 -07:00
Steve Yegge
09a9865087
chore: Bump version to 0.14.0
...
Updated all component versions:
- bd CLI: 0.12.0 → 0.14.0
- Plugin: 0.12.0 → 0.14.0
- MCP server: 0.12.0 → 0.14.0
- Documentation: 0.12.0 → 0.14.0
Generated by scripts/bump-version.sh
2025-10-22 23:15:18 -07:00
Steve Yegge
d0bd0a7e0d
chore: Bump version to 0.12.0
...
Updated all component versions:
- bd CLI: 0.11.0 → 0.12.0
- Plugin: 0.11.0 → 0.12.0
- MCP server: 0.11.0 → 0.12.0
- Documentation: 0.11.0 → 0.12.0
Generated by scripts/bump-version.sh
2025-10-22 18:24:27 -07:00
Steve Yegge
2a032ae3ba
chore: Bump version to 0.11.0
...
Updated all component versions:
- bd CLI: 0.10.1 → 0.11.0
- Plugin: 0.10.1 → 0.11.0
- MCP server: 0.10.1 → 0.11.0
- Documentation: 0.10.1 → 0.11.0
Generated by scripts/bump-version.sh
2025-10-22 01:09:25 -07:00
Steve Yegge
ec946ee48b
Fix #97 : Add daemon mode check to rename-prefix command
...
- Prevents nil pointer dereference when daemon is active
- Ensures direct mode or fails gracefully
- Lower Python requirement to 3.10+ for beads-mcp (#99 )
Amp-Thread-ID: https://ampcode.com/threads/T-740c6f9c-b8f0-4155-8bfa-7075eea2df22
Co-authored-by: Amp <amp@ampcode.com >
2025-10-21 14:56:18 -07:00
Steve Yegge
19b3200cd4
chore: Bump version to 0.10.1
...
Updated all component versions:
- bd CLI: 0.10.0 → 0.10.1
- Plugin: 0.10.0 → 0.10.1
- MCP server: 0.9.11 → 0.10.1
- Documentation: 0.10.0 → 0.10.1
Includes fix for bd-179 (derive prefix from database filename)
2025-10-20 22:18:41 -07:00
Steve Yegge
5045496bbe
Bump version to 0.10.0
2025-10-20 15:27:30 -07:00
Steve Yegge
ec9570c045
chore: Bump version to 0.9.11
...
Updated all component versions:
- bd CLI: 0.9.10 → 0.9.11
- Plugin: 0.9.10 → 0.9.11
- MCP server: 0.9.10 → 0.9.11
- Documentation: 0.9.10 → 0.9.11
Generated by scripts/bump-version.sh
2025-10-19 23:23:39 -07:00
Steve Yegge
52e2993bf6
chore: Bump version to 0.9.10
...
Updated all component versions:
- bd CLI: 0.9.9 → 0.9.10
- Plugin: 0.9.9 → 0.9.10
- MCP server: 0.9.9 → 0.9.10
- Documentation: 0.9.9 → 0.9.10
Generated by scripts/bump-version.sh
2025-10-17 18:15:29 -07:00
Steve Yegge
1a82bbaee3
chore: Bump version to 0.9.9
...
Updated all component versions:
- bd CLI: 0.9.8 → 0.9.9
- Plugin: 0.9.8 → 0.9.9
- MCP server: 0.9.8 → 0.9.9
- Documentation: 0.9.8 → 0.9.9
Generated by scripts/bump-version.sh
2025-10-17 00:33:27 -07:00
Steve Yegge
1eb59fa120
chore: Bump version to 0.9.8
...
Updated all component versions:
- bd CLI: 0.9.7 → 0.9.8
- Plugin: 0.9.7 → 0.9.8
- MCP server: 0.9.7 → 0.9.8
- Documentation: 0.9.7 → 0.9.8
Generated by scripts/bump-version.sh
2025-10-16 15:10:43 -07:00
Steve Yegge
7106df48e7
chore: Bump version to 0.9.7
...
Updated all component versions:
- bd CLI: 0.9.6 → 0.9.7
- Plugin: 0.9.6 → 0.9.7
- MCP server: 0.9.6 → 0.9.7
- Documentation: 0.9.6 → 0.9.7
Generated by scripts/bump-version.sh
2025-10-15 12:47:26 -07:00
Steve Yegge
2b03805651
chore: Bump version to 0.9.6
...
Updated all component versions:
- bd CLI: 0.9.5 → 0.9.6
- Plugin: 0.9.5 → 0.9.6
- MCP server: 0.9.5 → 0.9.6
- Documentation: 0.9.5 → 0.9.6
Generated by scripts/bump-version.sh
2025-10-15 02:32:15 -07:00
Steve Yegge
2cc17a9acf
chore: Bump version to 0.9.5
...
Updated all component versions:
- bd CLI: 0.9.4 → 0.9.5
- Plugin: 0.9.4 → 0.9.5
- MCP server: 0.9.4 → 0.9.5
- Documentation: 0.9.4 → 0.9.5
Generated by scripts/bump-version.sh
2025-10-14 19:22:53 -07:00
Steve Yegge
23bbdc7afa
feat(mcp): Setup beads-mcp for PyPI distribution
...
Prepared the beads-mcp package for publishing to PyPI, simplifying installation
for users who want to use the MCP server with Claude Desktop or other MCP clients.
Changes:
- Added LICENSE file (MIT) to integrations/beads-mcp/
- Updated pyproject.toml with PyPI metadata (license, URLs, classifiers)
- Updated README with simplified installation (uv tool install beads-mcp)
- Created PYPI.md with detailed publishing guide
- Updated examples/claude-desktop-mcp/README to reference the production MCP server
Installation is now simplified from:
git clone && cd && uv sync
to:
uv tool install beads-mcp
Configuration is simplified from multi-line with --directory args to:
"command": "beads-mcp"
Tested build successfully. Package ready for:
- Test PyPI: python -m twine upload --repository testpypi dist/*
- Production PyPI: python -m twine upload dist/*
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-14 18:07:22 -07:00
Steve Yegge
b4e37f9fb5
chore: Bump version to 0.9.4
...
Updated all component versions:
- bd CLI: 0.9.3 → 0.9.4
- Plugin: 0.9.3 → 0.9.4
- MCP server: 0.9.3 → 0.9.4
- Documentation: 0.9.3 → 0.9.4
Generated by scripts/bump-version.sh
2025-10-14 17:12:30 -07:00
Steve Yegge
f16ba3f30f
chore: Bump version to 0.9.3
...
Release highlights:
- Removed CGO dependency for better portability
- Fixed critical MCP server bugs (path resolution, init tool)
- Improved Claude Code plugin documentation
- Enhanced MCP server configuration robustness
- All 91 tests passing
Major changes since 0.9.2:
1. CGO removal - Pure Go SQLite driver for easier installation
2. MCP init fix - Tool now correctly creates .beads in current directory
3. MCP path resolution - Auto-detects bd executable via PATH
4. Plugin docs - Better quickstart for Claude Code users
5. Config validation - Command names resolved via shutil.which()
Breaking changes: None
Migration: No action needed
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-14 16:52:45 -07:00
Steve Yegge
c0f1044d42
fix: Sync all component versions to 0.9.2
...
Fixes version inconsistencies across the project. All components now at 0.9.2:
Updated:
- .claude-plugin/plugin.json: 0.9.0 → 0.9.2
- .claude-plugin/marketplace.json: 0.9.0 → 0.9.2
- integrations/beads-mcp/pyproject.toml: 1.0.0 → 0.9.2
- README.md: v0.9.0 → v0.9.2
- PLUGIN.md: Updated version requirements
Root cause: Previous version bumps (0.9.0 → 0.9.1 → 0.9.2) only updated
cmd/bd/version.go, leaving other components out of sync.
The MCP server was initially versioned at 1.0.0 when added today, but
syncing to 0.9.2 for consistency since the project is still in alpha.
Closes bd-66
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-14 13:42:37 -07:00
Baishampayan Ghose
1b1380e6c3
feat: Add Beads MCP Server [bd-5]
...
Implements MCP server for beads issue tracker, exposing all bd CLI functionality to MCP clients like Claude Desktop.
Features:
- Complete bd command coverage (init, create, list, ready, show, update, close, dep, blocked, stats)
- Type-safe Pydantic models with validation
- Comprehensive test suite (unit + integration tests)
- Production-ready Python package structure
- Environment variable configuration support
- Quickstart resource (beads://quickstart)
Ready for PyPI publication after real-world testing.
Co-authored-by: ghoseb <baishampayan.ghose@gmail.com >
2025-10-14 11:13:52 -07:00