Skip to content

Commit f723313

Browse files
committed
updated readme
1 parent 1afa4ee commit f723313

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MssqlMcp/Node/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<img src="./src/img/logo.png" alt="MSSQL Database MCP server logo" width="400"/>
55
</div>
66

7+
> ⚠️ **EXPERIMENTAL USE ONLY** - This MCP Server is provided as an example for educational and experimental purposes only. It is NOT intended for production use. Please use appropriate security measures and thoroughly test before considering any kind of deployment.
8+
79
## What is this? 🤔
810

911
This is a server that lets your LLMs (like Claude) talk directly to your MSSQL Database data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.
@@ -164,6 +166,6 @@ Once configured, you can interact with your database using natural language:
164166

165167
- The server requires a WHERE clause for read operations to prevent accidental full table scans
166168
- Update operations require explicit WHERE clauses for security
167-
- Set `READONLY: "true"` in production environments if you only need read access
169+
- Set `READONLY: "true"` in environments if you only need read access
168170

169171
You should now have successfully configured the MCP server for MSSQL Database with your preferred AI assistant. This setup allows you to seamlessly interact with MSSQL Database through natural language queries!

MssqlMcp/dotnet/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
> ⚠️ **EXPERIMENTAL USE ONLY** - This MCP Server is provided as an example for educational and experimental purposes only. It is NOT intended for production use. Please use appropriate security measures and thoroughly test before considering any kind of deployment.
12
23
# Mssql SQL MCP Server (.NET 8)
34

0 commit comments

Comments
 (0)