Skip to content

Commit 9f7a59b

Browse files
committed
Removed Identity client and related tools from database mcp server, and added the same to the identity server
Renamed database mcp server to match the conventions
1 parent 78c1742 commit 9f7a59b

File tree

16 files changed

+426
-396
lines changed

16 files changed

+426
-396
lines changed
File renamed without changes.

src/database-mcp-server/README.md renamed to src/oci-database-mcp-server/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This server provides tools to interact with the OCI Database service.
1010
uv run oracle.database-mcp-server
1111
```
1212

13+
## Environment Variables
14+
15+
The server supports the following environment variables:
16+
17+
- `OCI_CONFIG_PROFILE`: OCI configuration profile name (default: "DEFAULT")
18+
1319
## Tools
1420

1521
| Tool Name | Description |
@@ -88,8 +94,6 @@ uv run oracle.database-mcp-server
8894
| delete_pluggable_database | Delete a specific pluggable database |
8995
| get_pluggable_database | Get information about a specific pluggable database |
9096
| update_pluggable_database | Update a specific pluggable database |
91-
| get_compartment_by_name_tool | Return a compartment matching the provided name |
92-
| list_subscribed_regions_tool | Return a list of all regions the customer (tenancy) is subscribed to |
9397
| get_application_vip | Gets information about a specified application virtual IP (VIP) address. |
9498
| get_autonomous_container_database | Gets information about the specified Autonomous Container Database. |
9599
| get_autonomous_container_database_dataguard_association | Gets an Autonomous Container Database enabled with Autonomous Data Guard associated with the specified Autonomous Container Database. |

src/database-mcp-server/oracle/database_mcp_server/__init__.py renamed to src/oci-database-mcp-server/oracle/oci_database_mcp_server/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
https://oss.oracle.com/licenses/upl.
55
"""
66

7-
__project__ = "oracle.database-mcp-server"
8-
__version__ = "1.0.0"
7+
__project__ = "oracle.oci-database-mcp-server"
8+
__version__ = "1.0.1"

src/database-mcp-server/oracle/database_mcp_server/server.py renamed to src/oci-database-mcp-server/oracle/oci_database_mcp_server/server.py

Lines changed: 145 additions & 230 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)