@cano721/mysql-mcp-server 0.8.0 → 0.8.1
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.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -122,7 +122,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
name: "get_related_tables",
|
|
125
|
-
description: "
|
|
125
|
+
description: "Find all related/connected/associated tables linked to a specific table through foreign keys. Discovers table relationships and dependencies with depth traversal. Use this when asked to find related tables, connected tables, associated tables, or table relationships.",
|
|
126
126
|
inputSchema: {
|
|
127
127
|
type: "object",
|
|
128
128
|
properties: {
|