Skip to content

Commit 629e3dc

Browse files
committed
Address PR feedback
1 parent 8039ea4 commit 629e3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/http_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def template(args, server_context:)
6161
prompts: [ExamplePrompt],
6262
resources: [
6363
MCP::Resource.new(
64-
uri: "example://test_resource",
64+
uri: "https://test_resource.invalid",
6565
name: "Test resource",
6666
description: "Test resource that echoes back the uri as its content",
6767
mime_type: "text/plain",

test/mcp/server_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ServerTest < ActiveSupport::TestCase
4444
end
4545

4646
@resource = Resource.new(
47-
uri: "test://test_resource",
47+
uri: "https://test_resource.invalid",
4848
name: "Test resource",
4949
description: "Test resource",
5050
mime_type: "text/plain",

0 commit comments

Comments
 (0)