html2md_mcp_client 0.1.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/html2md_mcp_client.gemspec +2 -2
- data/lib/html2md_mcp_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77778d9f03e8ebdf5d815b1b3effe0016ba73f22f3128e38b1b5b282a9a5f344
|
|
4
|
+
data.tar.gz: a34209ff17d9f23d649c01aabda40453f93465f439aafd17699363689cd9ca2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4335781e4e0a9a6f35a9014d6ad266f2759e8ddde8584757ad46f34c5dedf808aee2236fad96643715a14ca75ff805415cc33b1320395e4f4a104809afc83d95
|
|
7
|
+
data.tar.gz: 4cb614d6ccc1354ef07e9f370385eb094fd02b0940c7f30f270ce4c3a1c7a94ee513a339a4b7ceec5c2a58cbefd6ade32dbd0906fcb69a62a8f0a76e6b22782e
|
data/html2md_mcp_client.gemspec
CHANGED
|
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
|
|
|
5
5
|
s.name = 'html2md_mcp_client'
|
|
6
6
|
s.version = Html2mdMcpClient::VERSION
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
|
-
s.authors = ['
|
|
9
|
-
s.email = ['
|
|
8
|
+
s.authors = ['Roscommon']
|
|
9
|
+
s.email = ['ross@roscommonhq.com']
|
|
10
10
|
s.homepage = 'https://github.com/roscom/html2md_mcp_client'
|
|
11
11
|
s.summary = 'Ruby client for the Model Context Protocol (MCP)'
|
|
12
12
|
s.description = 'Connects to MCP servers over HTTP or stdio. Supports tools, resources, and prompts.'
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html2md_mcp_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Roscommon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -41,7 +41,7 @@ dependencies:
|
|
|
41
41
|
description: Connects to MCP servers over HTTP or stdio. Supports tools, resources,
|
|
42
42
|
and prompts.
|
|
43
43
|
email:
|
|
44
|
-
-
|
|
44
|
+
- ross@roscommonhq.com
|
|
45
45
|
executables: []
|
|
46
46
|
extensions: []
|
|
47
47
|
extra_rdoc_files: []
|