You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-23Lines changed: 35 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ DMS MCP Server currently supports two usage modes.
41
41
#### Scenario Example:
42
42
You are a company DBA who needs to manage and access various types of database instances (e.g., MySQL, Oracle, PostgreSQL) in production, test, and development environments. With DMS MCP Server, you can achieve unified access and centralized management of these heterogeneous databases.
43
43
44
+
**Typical Question Examples:**
45
+
- Get a list of all databases named `test`.
46
+
- Retrieve details of the `test_db` database from the `myHost:myPort` instance.
47
+
- What tables are in the `test_db` database?
48
+
- Use a tool to query data from the `test_db` database and answer: "What is today's user traffic?"
49
+
44
50
### Mode Two: Single Database Mode
45
51
- Directly specify the target database by configuring the `CONNECTION_STRING` parameter in the server (format: `dbName@host:port`).
46
52
- Suitable for scenarios that focus on accessing a single database.
0 commit comments