Tags: futuresearch/futuresearch-python
Tags
chore(futuresearch-python): bump version to 0.8.0 (#5133) ## Summary - Bump SDK + MCP version from 0.7.0 to 0.8.0 across all packages and manifests - Updates 9 files: 4 pyproject.toml, manifest.json, server.json, plugin.json, marketplace.json, gemini-extension.json ### New features since 0.7.0: - `document_query_llm` param for `agent_map` / `agent_map_async` - `llm` param for `dedupe` / `dedupe_async` - Session rename support (`session_name` + `session_id` together) - `conversation_id` param in `create_session` - MCP: widget UX fixes, activity rehydration, deferred polling instructions, active worker counts ## Test plan - [ ] CI passes (version consistency test validates all version strings match) - [ ] After merge, sync action copies to futuresearch-python repo - [ ] Create GitHub Release with tag `v0.8.0` on futuresearch-python to trigger PyPI publish 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]> Sourced from commit 0176763f6a305c167e2cb4768b5189e4e9dddcdb
Revert: re-enable MCP servers on staging and production (#5022) ## Summary - Reverts #5020 which set `replicaCount: 0` for MCP servers - Restores `replicaCount: 2` in both production and staging values ## Test plan - [ ] Verify MCP pods come back after merge: `kubectl get pods -n everyrow-mcp` and `kubectl get pods -n everyrow-mcp-staging` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Sourced from commit 124d2db62ef28ee71991f2bffd9e52e28828ae0b
fix(everyrow-mcp): add src package for hatchling wheel build (#4952) ## Summary - Adds `src/everyrow_mcp/__init__.py` to the `everyrow-mcp` stub so hatchling can build the wheel (was missing, causing PyPI publish to fail) - Adds `[tool.hatch.build.targets.wheel] packages = ["src/everyrow_mcp"]` to match the `everyrow` stub pattern All 4 packages build successfully locally. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.6 <[email protected]> Sourced from commit a735ca6e90ec1cf5e16e958ea8b3f23cf0b4698f
PreviousNext