mcp 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,126 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mcp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Model Context Protocol
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-05-30 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: json_rpc_handler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: activesupport
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: sorbet-static-and-runtime
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: The official Ruby SDK for Model Context Protocol servers and clients
56
+ email:
57
+ - mcp-support@anthropic.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".cursor/rules/release-changelogs.mdc"
63
+ - ".gitattributes"
64
+ - ".github/workflows/ci.yml"
65
+ - ".gitignore"
66
+ - ".rubocop.yml"
67
+ - CODE_OF_CONDUCT.md
68
+ - Gemfile
69
+ - LICENSE.txt
70
+ - README.md
71
+ - Rakefile
72
+ - bin/console
73
+ - bin/rake
74
+ - bin/setup
75
+ - dev.yml
76
+ - examples/stdio_server.rb
77
+ - lib/mcp.rb
78
+ - lib/mcp/configuration.rb
79
+ - lib/mcp/content.rb
80
+ - lib/mcp/instrumentation.rb
81
+ - lib/mcp/methods.rb
82
+ - lib/mcp/prompt.rb
83
+ - lib/mcp/prompt/argument.rb
84
+ - lib/mcp/prompt/message.rb
85
+ - lib/mcp/prompt/result.rb
86
+ - lib/mcp/resource.rb
87
+ - lib/mcp/resource/contents.rb
88
+ - lib/mcp/resource/embedded.rb
89
+ - lib/mcp/resource_template.rb
90
+ - lib/mcp/server.rb
91
+ - lib/mcp/string_utils.rb
92
+ - lib/mcp/tool.rb
93
+ - lib/mcp/tool/annotations.rb
94
+ - lib/mcp/tool/input_schema.rb
95
+ - lib/mcp/tool/response.rb
96
+ - lib/mcp/transport.rb
97
+ - lib/mcp/transports/stdio.rb
98
+ - lib/mcp/version.rb
99
+ - mcp.gemspec
100
+ homepage: https://github.com/modelcontextprotocol/ruby-sdk
101
+ licenses:
102
+ - MIT
103
+ metadata:
104
+ allowed_push_host: https://rubygems.org
105
+ homepage_uri: https://github.com/modelcontextprotocol/ruby-sdk
106
+ source_code_uri: https://github.com/modelcontextprotocol/ruby-sdk
107
+ post_install_message:
108
+ rdoc_options: []
109
+ require_paths:
110
+ - lib
111
+ required_ruby_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: 3.2.0
116
+ required_rubygems_version: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: '0'
121
+ requirements: []
122
+ rubygems_version: 3.5.3
123
+ signing_key:
124
+ specification_version: 4
125
+ summary: The official Ruby SDK for Model Context Protocol servers and clients
126
+ test_files: []