rails-pg-extras-mcp 0.1.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b1051245810be2fecf8e867a4d310f92afb59428b99946191a1e206cf5b44a0
4
- data.tar.gz: 36da9617db4420bdc098e9562ddd5ae521b57b08bea97737a079cf1cae0e31c8
3
+ metadata.gz: a92bb63a916da728e0e31267dc0914bd6a680ca57546c4f4a6846d32f138112d
4
+ data.tar.gz: ee68888ab60111cda67848bb545aa3346c00978b6d1a9044b60d7a314a1ddc7d
5
5
  SHA512:
6
- metadata.gz: 16765fe32563b12c1a8b2d7136c8f4a32556caafc52d223060c7af000b71fc747329e1e4a7296aafb73ba218b9aa57ae5a72aedcad1ebc68bc3ed9a03cbb5146
7
- data.tar.gz: 2d0c7c8f2cb2317d02621752f6d82cadfd6c7ed82b364529bf15a6f5cf37c9f1f54ef7e13316139db8173a7f09562086afa626643d4cb6f5e4aca28be005b1f7
6
+ metadata.gz: 1513e087434334a1e09c5f1f14f7e805b62f60f5af9ae76a46f762f41ba378480d768720a0448cc594f5998a34450705299d20b85a1c4a1cd5c3c6dc05e41164
7
+ data.tar.gz: 71a415e4871a366a58a4cc8506fb224e226fb0510d7c01b425342b18d9b14968720ab52654a4ba4be1551ea234f791005727d5617d39c75142a246bb0d6e60de
@@ -4,6 +4,7 @@ require "fast_mcp"
4
4
  require "rack"
5
5
  require "ruby-pg-extras"
6
6
  require "rails-pg-extras"
7
+ require "rails_pg_extras_mcp/version"
7
8
 
8
9
  SKIP_QUERIES = %i[
9
10
  add_extensions
@@ -101,7 +102,7 @@ class ExplainTool < ExplainBaseTool
101
102
  description "EXPLAIN a query. It must be an SQL string, without the EXPLAIN prefix"
102
103
 
103
104
  def self.name
104
- "explain_analyze"
105
+ "explain"
105
106
  end
106
107
 
107
108
  def call(query:)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsPgExtrasMcp
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-pg-extras-mcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - pawurb