girb-mcp 0.1.2 → 0.1.3
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/README.md +2 -2
- data/lib/girb_mcp/version.rb +1 -1
- metadata +7 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8213f3c4f1d7f389034a135870ac3ae68cb452420d8f383d4317539899c31a81
|
|
4
|
+
data.tar.gz: 785eb0939caf7fa4f78947790ca2833c9bd2362b26ad00a2e64ab20f252cc9d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa5704c2861680cf78b9b7d5df6a8444141c7c100529f49d9d601ed6699b2feea1ff0e7332d8c7a1fdd3b2c90ecd98413960e755e55d4f5b5e4a972ff4c8714d
|
|
7
|
+
data.tar.gz: f8b84758a7ce6d9fa1ba52c9d11b9e369f4a5dd18e8a2822a19dec6e0bff7cf1e58f0d2b46c310e2d0e40587019e3eb6acb9b1d8fd8bdcb9fd46a72a717f8698
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# girb-mcp (DEPRECATED — renamed to debug-mcp)
|
|
2
2
|
|
|
3
3
|
> **This gem has been renamed to [`debug-mcp`](https://rubygems.org/gems/debug-mcp).**
|
|
4
|
-
>
|
|
4
|
+
> Recent `girb-mcp` releases on RubyGems are a deprecation shim that depends on `debug-mcp`
|
|
5
5
|
> and forwards all executables to it. It will receive no further updates.
|
|
6
6
|
|
|
7
7
|
## Migration
|
|
@@ -27,7 +27,7 @@ And in your MCP client config:
|
|
|
27
27
|
|
|
28
28
|
The executable `girb-rails` was likewise renamed to `debug-rails`.
|
|
29
29
|
|
|
30
|
-
The `girb-mcp`
|
|
30
|
+
The `girb-mcp` deprecation shim still works as a transitional step (it `exec`s
|
|
31
31
|
`debug-mcp` / `debug-rails` after printing a deprecation warning), but please
|
|
32
32
|
migrate to `debug-mcp` directly.
|
|
33
33
|
|
data/lib/girb_mcp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: girb-mcp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rira100000000
|
|
@@ -23,19 +23,11 @@ dependencies:
|
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
25
|
version: 0.1.2
|
|
26
|
-
description:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
gem "debug-mcp" # was: gem "girb-mcp"
|
|
32
|
-
|
|
33
|
-
Update your MCP client config to use 'debug-mcp' / 'debug-rails' as the
|
|
34
|
-
command names (was: 'girb-mcp' / 'girb-rails').
|
|
35
|
-
|
|
36
|
-
This 0.1.2 release is a deprecation shim that depends on debug-mcp and
|
|
37
|
-
forwards executables to it. It will not receive further updates. The
|
|
38
|
-
current source lives at https://github.com/rira100000000/debug-mcp.
|
|
26
|
+
description: DEPRECATED — this gem has been renamed to debug-mcp. Install 'debug-mcp'
|
|
27
|
+
(a drop-in replacement) instead, and update any MCP client config that references
|
|
28
|
+
'girb-mcp' / 'girb-rails' to 'debug-mcp' / 'debug-rails'. This release is a deprecation
|
|
29
|
+
shim that depends on debug-mcp and forwards the executables to it; it will not receive
|
|
30
|
+
further updates. See https://github.com/rira100000000/debug-mcp for migration details.
|
|
39
31
|
email:
|
|
40
32
|
- 101010hayakawa@gmail.com
|
|
41
33
|
executables:
|
|
@@ -69,7 +61,7 @@ post_install_message: |2+
|
|
|
69
61
|
"command": "debug-mcp" # was: "girb-mcp"
|
|
70
62
|
"command": "debug-rails" # was: "girb-rails"
|
|
71
63
|
|
|
72
|
-
This
|
|
64
|
+
This release is a deprecation shim that forwards to debug-mcp.
|
|
73
65
|
It will not receive further updates.
|
|
74
66
|
|
|
75
67
|
See: https://github.com/rira100000000/debug-mcp
|