Sorry, the diff of this file is not supported yet
+5
-5
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "description": "Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.", | ||
| "description": "Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB, then return the results.", | ||
| "name": "io.github.KifoPL/RawSqlMcp", | ||
| "title": "Raw SQL MCP", | ||
| "version": "0.1.0", | ||
| "version": "0.0.7", | ||
| "packages": [ | ||
@@ -12,3 +12,3 @@ { | ||
| "identifier": "RawSqlMcp", | ||
| "version": "0.1.0", | ||
| "version": "0.0.7", | ||
| "runtimeHint": "dnx", | ||
@@ -21,3 +21,3 @@ "transport": { | ||
| "name": "RawSqlMcp__Databases__Default__Provider", | ||
| "description": "Database provider. Values: sqlserver, sqlite, postgres, postgresql, mysql, mariadb.", | ||
| "description": "Database provider for the named database. Supported values: sqlserver, sqlite, postgres, postgresql, mysql, mariadb.", | ||
| "isRequired": false, | ||
@@ -34,3 +34,3 @@ "isSecret": false | ||
| "name": "RawSqlMcp__ConnectionStrings__Default", | ||
| "description": "Obsolete. Use provider and connection string database settings instead.", | ||
| "description": "Obsolete. Use RawSqlMcp__Databases__Default__Provider and RawSqlMcp__Databases__Default__ConnectionString instead. Legacy connection strings are interpreted as SQL Server.", | ||
| "isRequired": false, | ||
@@ -37,0 +37,0 @@ "isSecret": true |
+2
-2
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>RawSqlMcp</id> | ||
| <version>0.1.0</version> | ||
| <version>0.0.7</version> | ||
| <authors>KifoPL</authors> | ||
@@ -18,4 +18,4 @@ <license type="expression">AGPL-3.0-or-later</license> | ||
| </packageTypes> | ||
| <repository type="git" url="https://github.com/KifoPL/RawSqlMcp" commit="41328c97bb9a66f86e3d4aeef7b10cd31023ceb6" /> | ||
| <repository type="git" url="https://github.com/KifoPL/RawSqlMcp" commit="9522218cb070983fad3bb00b7fc35cbe5981f958" /> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet