Skip to content

[Doc] Add documentation link for Ruby SDK in the SDK table#2486

Merged
mcp-commander[bot] merged 1 commit intomodelcontextprotocol:mainfrom
koic:add_ruby_sdk_doc_to_the_sdk_table
Mar 28, 2026
Merged

[Doc] Add documentation link for Ruby SDK in the SDK table#2486
mcp-commander[bot] merged 1 commit intomodelcontextprotocol:mainfrom
koic:add_ruby_sdk_doc_to_the_sdk_table

Conversation

@koic
Copy link
Copy Markdown
Member

@koic koic commented Mar 28, 2026

Motivation and Context

This is a follow-up to modelcontextprotocol/dns#14.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@koic koic requested review from a team as code owners March 28, 2026 00:27
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 28, 2026
@localden
Copy link
Copy Markdown
Contributor

/lgtm

@mcp-commander mcp-commander bot added the accepted SEP accepted by core maintainers, but still requires final wording and reference implementation. label Mar 28, 2026
Copy link
Copy Markdown

@mcp-commander mcp-commander bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved on behalf of @localden via /lgtm.

@mcp-commander mcp-commander bot enabled auto-merge (squash) March 28, 2026 01:20
@localden
Copy link
Copy Markdown
Contributor

/lgtm

Copy link
Copy Markdown

@mcp-commander mcp-commander bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved on behalf of @localden via /lgtm.

@mcp-commander mcp-commander bot merged commit 6fb71bf into modelcontextprotocol:main Mar 28, 2026
7 checks passed
@koic koic deleted the add_ruby_sdk_doc_to_the_sdk_table branch March 28, 2026 02:06
koic added a commit to modelcontextprotocol/ruby-sdk that referenced this pull request Mar 30, 2026
Accessing https://ruby.sdk.modelcontextprotocol.io/ is expected to show
the content of https://modelcontextprotocol.github.io/ruby-sdk/,
but it currently does not. This change fixes that issue.

The `generate-gh-pages.sh` script cleans all files from the gh-pages branch root
before copying from `docs/`. This removes the CNAME file that GitHub Pages uses for
the custom domain, causing `ruby.sdk.modelcontextprotocol.io` to break on every release.
https://github.com/modelcontextprotocol/ruby-sdk/blob/v0.10.0/bin/generate-gh-pages.sh#L91-L93

By placing the CNAME file in `docs/`, it will be automatically copied to `gh-pages` during each deployment.
https://github.com/modelcontextprotocol/ruby-sdk/blob/v0.10.0/bin/generate-gh-pages.sh#L95-L97

The following is a PR related to the configuration of ruby.sdk.modelcontextprotocol.io.

- #181
- modelcontextprotocol/dns#14
- modelcontextprotocol/modelcontextprotocol#2486
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted SEP accepted by core maintainers, but still requires final wording and reference implementation. documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants