Fix MCP time server example to use mcp-server-time#339
Merged
kovtcharov-amd merged 1 commit intomainfrom Feb 12, 2026
Merged
Conversation
The example used npx @theo.foobar/mcp-time which fails with "Server closed connection". Switched to uvx mcp-server-time which is what the rest of the codebase (tests, docs, CLI, installer) already uses. Also added an interactive loop and debug output to match the config-based example. Co-Authored-By: Claude Opus 4.6 <[email protected]>
kovtcharov-amd
approved these changes
Feb 12, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 24, 2026
## Summary - Add release notes for v0.15.4.1 (`docs/releases/v0.15.4.1.mdx`) - Bump `__version__` from `0.15.4` → `0.15.4.1` in `src/gaia/version.py` - Add `releases/v0.15.4.1` to nav and update navbar label in `docs/docs.json` Closes #336, #339, #344, #345, #342, #348, #346 > **Note:** Do not tag `v0.15.4.1` until after this PR merges. --------- Co-authored-by: Tomasz Iniewicz <[email protected]>
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
npx @theo.foobar/mcp-timewithuvx mcp-server-timein bothexamples/mcp_time_server_agent.pyandexamples/mcp_servers.json, matching what the rest of the codebase (tests, docs, CLI, installer) already usesmcp_config_based_agent.pyexamplemax_stepsto 20 and enabledebug=Truefor better observabilityTest plan
uv run examples/mcp_time_server_agent.pyand verify it connects to the time serveruv run examples/mcp_config_based_agent.pyand verify it still works with updatedmcp_servers.json🤖 Generated with Claude Code