Sorry, the diff of this file is not supported yet
+4
-4
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "description": "Execute raw SQL queries against SQL Server and return the results.", | ||
| "name": "io.github.KifoPL/RawSqlMcp", | ||
| "name": "io.github.kifopl/RawSqlMcp", | ||
| "title": "Raw SQL MCP", | ||
| "version": "0.0.3", | ||
| "version": "0.0.2", | ||
| "packages": [ | ||
@@ -12,3 +12,3 @@ { | ||
| "identifier": "RawSqlMcp", | ||
| "version": "0.0.3", | ||
| "version": "0.0.2", | ||
| "runtimeHint": "dnx", | ||
@@ -29,5 +29,5 @@ "transport": { | ||
| "repository": { | ||
| "url": "https://github.com/KifoPL/RawSqlMcp", | ||
| "url": "https://github.com/kifopl/RawSqlMcp", | ||
| "source": "github" | ||
| } | ||
| } |
+3
-3
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>RawSqlMcp</id> | ||
| <version>0.0.3</version> | ||
| <version>0.0.2</version> | ||
| <authors>KifoPL</authors> | ||
@@ -11,3 +11,3 @@ <license type="expression">AGPL-3.0-or-later</license> | ||
| <readme>README.md</readme> | ||
| <projectUrl>https://github.com/KifoPL/RawSqlMcp</projectUrl> | ||
| <projectUrl>https://github.com/kifopl/RawSqlMcp</projectUrl> | ||
| <description>A simple STDIO MCP server that executes raw SQL queries against SQL Server. Use at your own risk. Always manually approve queries.</description> | ||
@@ -19,4 +19,4 @@ <tags>mcp model-context-protocol sql raw-sql sql-mcp ai dnx community</tags> | ||
| </packageTypes> | ||
| <repository type="git" url="https://github.com/KifoPL/RawSqlMcp" commit="698c283f14ff48d6e5300e7bf1b8f3455f7cb834" /> | ||
| <repository type="git" url="https://github.com/kifopl/RawSqlMcp" commit="11401acf6ab9af101f833d90eb703649ba930299" /> | ||
| </metadata> | ||
| </package> |
+3
-12
| # Raw SQL MCP | ||
| [](https://github.com/KifoPL/RawSqlMcp/actions/workflows/ci.yml) | ||
| [](https://www.nuget.org/packages/RawSqlMcp) | ||
| [](https://github.com/KifoPL/RawSqlMcp/tags) | ||
| <!-- mcp-name: io.github.kifopl/RawSqlMcp --> | ||
| <!-- mcp-name: io.github.KifoPL/RawSqlMcp --> | ||
| Raw SQL MCP is a STDIO MCP server for executing raw SQL against SQL Server. | ||
| > [!IMPORTANT] | ||
| > Use it carefully. The server does not protect you from destructive queries, expensive queries, SQL injection, missing pagination, or unsafe data exposure. Always review and approve queries before running them. | ||
| Use it carefully. The server does not protect you from destructive queries, expensive queries, SQL injection, missing pagination, or unsafe data exposure. Always review and approve queries before running them. | ||
@@ -27,7 +22,5 @@  | ||
| ```bash | ||
| dnx RawSqlMcp@0.0.2 | ||
| dnx RawSqlMcp@1.0.0 | ||
| ``` | ||
| Package: [RawSqlMcp on NuGet](https://www.nuget.org/packages/RawSqlMcp) | ||
| ## Configuration | ||
@@ -74,3 +67,1 @@ | ||
| The server exposes tools for listing configured database names, reading SQL Server schema metadata, and executing raw, parameterized, and scalar SQL queries. | ||
|  |
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