rails-mcp 0.1.3 → 0.1.4
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/lib/rails_mcp/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6292b5dbca062dd8eeb8ddc10b4a903ec192e2cbddcc2e643e67f45c4ba29512
|
|
4
|
+
data.tar.gz: 0eb7f17f657f6327dcc5c9f6872e8b296102ec87612fe2277c24f2d7c66cd0c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c185a2920099323584004f6c17cc095d97543e91faf666b343c93a106aac031565d298778138d5d6ee223f624f58a90c81d631588ebbf78bed4eabca760e3bc3
|
|
7
|
+
data.tar.gz: 34ca5897fda701bdba97ca326d879ba7c628a7e9a3dc7eb531c74aa5cd8485cca485b741d7219cc48a63d214b5c919c2a2eb2188d8136ddd9cd5918a035c130a
|
data/lib/rails_mcp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-mcp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raja Jamwal
|
|
@@ -79,9 +79,9 @@ dependencies:
|
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '0'
|
|
82
|
-
description: Lightweight gem, tested in
|
|
83
|
-
AI assistants to
|
|
84
|
-
without the need restart server.
|
|
82
|
+
description: Lightweight gem, tested in large Rails codebases (20k+ Ruby files). Allows
|
|
83
|
+
AI assistants to evaluate and verify rails/ruby code changes securely at lighting-speed
|
|
84
|
+
access without the need to restart server or run bundler.
|
|
85
85
|
email:
|
|
86
86
|
- linux.experi@gmail.com
|
|
87
87
|
executables: []
|
|
@@ -114,5 +114,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
requirements: []
|
|
115
115
|
rubygems_version: 3.7.2
|
|
116
116
|
specification_version: 4
|
|
117
|
-
summary:
|
|
117
|
+
summary: "(MCP) server for Ruby/Rails code execution inline AI Agents"
|
|
118
118
|
test_files: []
|