Skip to content

Commit c780241

Browse files
committed
remove extra require statements
1 parent c3a4b80 commit c780241

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

lib/model_context_protocol/shared/prompt.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# typed: strict
22
# frozen_string_literal: true
33

4-
require_relative "prompt/argument"
5-
require_relative "prompt/message"
6-
require_relative "prompt/result"
7-
84
module ModelContextProtocol
95
class Prompt
106
class << self

lib/model_context_protocol/shared/tool.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# frozen_string_literal: true
22

3-
require_relative "tool/input_schema"
4-
require_relative "tool/response"
5-
require_relative "tool/annotations"
6-
73
module ModelContextProtocol
84
class Tool
95
class << self

0 commit comments

Comments
 (0)