Skip to content

Commit 47cb7b1

Browse files
Merge pull request #2430 from oracle-devrel/ppaolucc-after-removing_file-Jan26-I
Commit Changes
2 parents 10bb950 + 12318b1 commit 47cb7b1

File tree

1 file changed

+3
-4
lines changed
  • data-platform/data-development/oracle-mcp-server-sqldev-vscode

1 file changed

+3
-4
lines changed

data-platform/data-development/oracle-mcp-server-sqldev-vscode/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ MCP has three primary constructs:
1111

1212
- Prompts: define reusable prompt templates than can be surfaced by clients to LLMs provide a powerful way to standardize and share common LLM interactions.
1313

14-
Oracle SQLcl version 25.2 extends Oracle SQLcl to support MCP-based communication. It enables you to perform operations, create reports, and run queries on Oracle Database using natural language through AI-powered interactions.
14+
Oracle SQLcl version 25.2 extends Oracle SQLcl to support MCP-based communication. It enables you to perform operations, create reports, and run queries on Oracle Database using natural language through AI-powered interactions.
1515

1616
SQLcl MCP Mode:
17-
- Works with all supported Oracle Database releases (19c, 21c, 23ai) on-prem and in the Cloud (OCI, Azure, AWS, GCP).
17+
- Works with all supported Oracle Database releases (19c, 21c, 23ai) on-prem and in the Cloud (OCI, Azure, AWS, GCP)
1818
- Comes with an offer of Server Tools (SQLcl MCP Server Tools):
1919
- <i><b>list-connections</b></i>: discovers all saved Oracle DB connections
2020
- <i><b>connect</b></i>: establishes a connection to DB
2121
- <i><b>disconnect</b></i>: terminates the current DB connection
2222
- <i><b>run-sql</b></i>: runs standard SQL queries/DDLs/DMLs and PL/SQL code against DB
23-
- <i><b>run-sqlcl</b></i>: runs specific SQLcl commands
23+
- <i><b>run-sqlcl</b></i>: runs specific SQLcl commands
2424
- <i><b>schema-information</b></i>: provides insight metadata details about currently connected schema enriching info returned by query executions (from 25.3.1 version)
2525

2626
The SQL Developer Extension for VS Code 25.2 offers Oracle SQLcl MCP Server Integration. The extension when install auto-registers our MCP Server for Copilot, making your SQL Developer database connections available for agentic chat requests, including running SQL and PL/SQL against your database.
@@ -41,7 +41,6 @@ Reviewed: 19.12.2025
4141
# Team Publications
4242
- [Introducing SQL Developer SQLcl integration in MS VSCode & MCP support for Oracle Database](https://www.youtube.com/watch?v=521GBhrmrmw&t=2s)
4343

44-
4544
# Useful Links
4645
- [Oracle SQLcl MCP Page](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/25.4/sqcug/using-oracle-sqlcl-mcp-server.html)
4746
- [Model Context Protocol - Overview](https://modelcontextprotocol.io/docs/getting-started/intro)

0 commit comments

Comments
 (0)