chore: bump pydantic/ty and expand README#46
Merged
Conversation
- Banner at the top making it explicit that this repo is a template: users need to add their own tools, and those tools will need a client to talk to whatever backend they wrap. - New Authentication section that defers auth to ToolHive and links to the ToolHive auth docs (https://docs.stacklok.com/toolhive/concepts/auth-framework). Describes token passthrough briefly (the middleware forwards the bearer token to tools via get_bearer_token()) but does not re-document it at length.
4dc7fc1 to
e17a7a0
Compare
glageju
approved these changes
Apr 23, 2026
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
pydanticto>=2.13.2(resolves to 2.13.3) andtyto>=0.0.31(resolves to 0.0.32). Supersedes Renovate Update dependency pydantic to >=2.13.3 #26 and Update dependency ty to >=0.0.32 #30.Details
Dependency bumps
pydantic:>=2.12.5→>=2.13.2ty:>=0.0.28→>=0.0.31uv.lockrefreshed accordingly.README additions
/mcp),Authorization: Bearerheader, example client JSON, and pointers to the files that own endpoint/auth config.TokenPassthroughMiddlewareextracts but does not validate the token, shows how tools read it viaget_bearer_token(), and calls out that this is not an authorization layer.Test plan
task lintpassestask typecheckpassestask test— 11 unit tests pass, 3 integration tests skipped (server not running, expected)