Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mcp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|

spec.summary = "The official Ruby SDK for Model Context Protocol servers and clients"
spec.description = spec.summary
spec.homepage = "https://github.com/modelcontextprotocol/ruby-sdk"
spec.homepage = "https://ruby.sdk.modelcontextprotocol.io"
spec.license = "Apache-2.0"

# Since this library is used by a broad range of users, it does not align its support policy with Ruby's EOL.
Expand All @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["changelog_uri"] = "https://github.com/modelcontextprotocol/ruby-sdk/releases/tag/v#{spec.version}"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"
spec.metadata["source_code_uri"] = "https://github.com/modelcontextprotocol/ruby-sdk"
spec.metadata["bug_tracker_uri"] = "#{spec.metadata["source_code_uri"]}/issues"
spec.metadata["documentation_uri"] = "https://rubydoc.info/gems/mcp"

spec.files = Dir["lib/**/*"]
Expand Down