Add release update workflow#2
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
JAORMX
approved these changes
Jun 6, 2025
3 tasks
4 tasks
ChrisJBurns
added a commit
that referenced
this pull request
Apr 13, 2026
- Add MCPServerEntry to intro.mdx opening paragraph (#1) - Link all four resource types in intro.mdx table (#2) - Include MCPServerEntry in discovered-to-inline RBAC note (#3) - Move MCPRemoteProxy link from Next steps to Related info (#4) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ChrisJBurns
added a commit
that referenced
this pull request
Apr 13, 2026
- Fix backend-discovery.mdx "Backend conversion" to say endpoint URL instead of service URL, since MCPServerEntry uses remoteURL (#1) - Link MCPExternalAuthConfig to token-exchange-k8s.mdx instead of embedded auth server section (#2) - Clarify complete example wording re: CA bundle ConfigMap (#3) - Remove resource table links in intro.mdx per reviewer preference (#4) - Add Telemetry row to comparison table (#5) - Fix step numbering in "What's happening?" admonition (#6, #7) - Fix TLS and header code blocks to use highlight comments (#8, #9) - Fix broken duplicate header code block from bad merge Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
danbarr
added a commit
that referenced
this pull request
Apr 13, 2026
* Add dedicated Operator guide page for MCPServerEntry Closes #688 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Address review feedback - Add MCPServerEntry to intro.mdx opening paragraph (#1) - Link all four resource types in intro.mdx table (#2) - Include MCPServerEntry in discovered-to-inline RBAC note (#3) - Move MCPRemoteProxy link from Next steps to Related info (#4) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Update docs/toolhive/guides-k8s/intro.mdx Co-authored-by: Dan Barr <danbarr@users.noreply.github.com> * Update docs/toolhive/guides-k8s/mcp-server-entry.mdx Co-authored-by: Dan Barr <danbarr@users.noreply.github.com> * Update docs/toolhive/guides-k8s/mcp-server-entry.mdx Co-authored-by: Dan Barr <danbarr@users.noreply.github.com> * Update docs/toolhive/guides-k8s/mcp-server-entry.mdx Co-authored-by: Dan Barr <danbarr@users.noreply.github.com> * Update docs/toolhive/guides-k8s/mcp-server-entry.mdx Co-authored-by: Dan Barr <danbarr@users.noreply.github.com> * Address PR review comments - Fix backend-discovery.mdx "Backend conversion" to say endpoint URL instead of service URL, since MCPServerEntry uses remoteURL (#1) - Link MCPExternalAuthConfig to token-exchange-k8s.mdx instead of embedded auth server section (#2) - Clarify complete example wording re: CA bundle ConfigMap (#3) - Remove resource table links in intro.mdx per reviewer preference (#4) - Add Telemetry row to comparison table (#5) - Fix step numbering in "What's happening?" admonition (#6, #7) - Fix TLS and header code blocks to use highlight comments (#8, #9) - Fix broken duplicate header code block from bad merge Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
This was referenced Apr 21, 2026
5 tasks
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.
This adds a workflow to pull the CLI and API reference docs from the latest ToolHive release, and opens a PR if anything has changed.
Halfway to closing #1, next step is to get the toolhive repo to call it as part of the release workflow.