diff --git a/docs/app/views/docs/mcp.rb b/docs/app/views/docs/mcp.rb index 158cb63eb..16438e7d6 100644 --- a/docs/app/views/docs/mcp.rb +++ b/docs/app/views/docs/mcp.rb @@ -25,7 +25,7 @@ def view_template # Claude Code div(class: "space-y-2") do Heading(level: 3) { "Claude Code" } - Codeblock("claude mcp add --transport http ruby-ui https://rubyui.com/mcp", syntax: :shell, clipboard: true) + Codeblock("claude mcp add --transport http ruby-ui https://www.rubyui.com/mcp", syntax: :shell, clipboard: true) end # Cursor @@ -118,7 +118,7 @@ def cursor_config_json <<~JSON { "mcpServers": { - "ruby-ui": { "url": "https://rubyui.com/mcp" } + "ruby-ui": { "url": "https://www.rubyui.com/mcp" } } } JSON @@ -132,7 +132,7 @@ def zed_config_json <<~JSON { "context_servers": { - "ruby-ui": { "source": "http", "url": "https://rubyui.com/mcp" } + "ruby-ui": { "source": "http", "url": "https://www.rubyui.com/mcp" } } } JSON diff --git a/mcp/README.md b/mcp/README.md index d4dc83d7a..642831b8a 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -2,7 +2,7 @@ Model Context Protocol (MCP) server for [Ruby UI](https://rubyui.com). Lets AI coding agents discover, inspect, and install Ruby UI components. -Hosted endpoint: **https://rubyui.com/mcp** +Hosted endpoint: **https://www.rubyui.com/mcp** ## Tools diff --git a/mcp/lib/ruby_ui/mcp/tools/get_project_registries.rb b/mcp/lib/ruby_ui/mcp/tools/get_project_registries.rb index d572ed052..9b1df2f6d 100644 --- a/mcp/lib/ruby_ui/mcp/tools/get_project_registries.rb +++ b/mcp/lib/ruby_ui/mcp/tools/get_project_registries.rb @@ -10,7 +10,7 @@ def call(**) { registries: [{ name: "ruby_ui", - url: "https://rubyui.com/mcp", + url: "https://www.rubyui.com/mcp", description: "Ruby UI components for Phlex + Rails." }] }