docs: document HIVE_LOG_LEVEL env var and refresh counts#82
Merged
Conversation
PR #76 added `HIVE_LOG_LEVEL` (default INFO) and bumped the test suite size, but only mentioned the new env var inside the transport troubleshooting section. Surface it in the canonical configuration table (EN + ES) and refresh the env-var count in the README. Update the test/coverage figure quoted in the contributor block to match the post-#76 reality.
mlorentedev
added a commit
that referenced
this pull request
May 16, 2026
🤖 I have created a release *beep* *boop* --- ## [1.12.4](v1.12.3...v1.12.4) (2026-05-16) ### Documentation * document HIVE_LOG_LEVEL env var and refresh counts ([#82](#82)) ([49b3ec3](49b3ec3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2 tasks
mlorentedev
added a commit
that referenced
this pull request
May 18, 2026
…#86) ## Summary - **Drop the "Known Issues" section.** Issue #75 (MCP transport disconnect after rejected tool call) was closed when v1.12.2 shipped the `_compat.py` monkey-patch. Users no longer hit the disconnect, so flagging it as a known issue on the README is misleading. The upstream bug is still tracked via `src/hive/_compat.py` and [modelcontextprotocol/python-sdk#2610](modelcontextprotocol/python-sdk#2610). - **Bump env var count `17 → 18`.** `config.py` now exposes 18 settings (`log_level` was added in PR #82). - **Bump test count `424 → 423`.** Matches current `pytest --collect-only`. ## Test plan - [x] Diff verified locally (6 lines removed, 2 changed) - [x] After merge, confirm README renders cleanly on GitHub and the doc-site link still works
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #76 added the `HIVE_LOG_LEVEL` env var (defaults to `INFO`, captures `hive`/`fastmcp`/`mcp` loggers) but only mentioned it inside the transport-disconnect troubleshooting block. Move it into the canonical configuration table (EN + ES) so anyone scanning env-var reference docs finds it.
While there:
No code changes.