Skip to content

Commit e08c659

Browse files
committed
refactor cdoe in prep for client support
1 parent 4ba1e2b commit e08c659

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.DS_Store

6 KB
Binary file not shown.

mcp.gemspec

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

3-
require_relative "lib/mcp/version"
3+
require_relative "lib/mcp/shared/version"
44

55
Gem::Specification.new do |spec|
66
spec.name = "mcp"
@@ -19,9 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.metadata["homepage_uri"] = spec.homepage
2020
spec.metadata["source_code_uri"] = spec.homepage
2121

22-
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
23-
%x(git ls-files -z).split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24-
end
22+
spec.files = Dir.glob("lib/**/*.rb").reject { |f| f.match(%r{^(test|spec|features)/}) }
2523

2624
spec.bindir = "exe"
2725
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

model_context_protocol-1.0.0.gem

10.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)