Skip to content

added Oracle DB Observability#343

Open
JoseLuisC99 wants to merge 2 commits into
oracle:mainfrom
JoseLuisC99:342-fixes
Open

added Oracle DB Observability#343
JoseLuisC99 wants to merge 2 commits into
oracle:mainfrom
JoseLuisC99:342-fixes

Conversation

@JoseLuisC99

Copy link
Copy Markdown
Member

Description

Adds the OCI Oracle Database Observability MCP server package with two MCP server entry points:

  • oracle.oci-opsi-mcp-server for Operations Insights observability tools
  • oracle.oci-dbm-mcp-server for Database Management observability tools

The change includes typed MCP tools, OCI SDK client/auth integration, pagination and response mapping helpers, generated Pydantic models,
README setup guidance, package metadata, lockfile, and unit tests with coverage enforcement.

Dependencies required by this package are declared in pyproject.toml: fastmcp==3.2.4, oci==2.174.0, and pydantic==2.12.3.

Fixes #342

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • uv run python -m compileall oracle
  • Verified both pyproject.toml console entry-point modules import successfully.
  • uv run python -m pytest --cov=. --cov-branch --cov-report=term-missing
  • make lint
  • git diff --check main

Test Configuration:

  • Firmware version: N/A
  • Hardware: macOS arm64
  • Toolchain: Python 3.13.3, uv 0.6.17, pytest 9.0.3
  • SDK: OCI Python SDK 2.174.0, FastMCP 3.2.4

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings (dependency warning from fastmcp/authlib, Remediate Dependabot alerts for Python dependencies across Oracle and OCI MCP servers #340)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Signed-off-by: José Luis Castro <[email protected]>
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 19, 2026
Signed-off-by: José Luis Castro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Oracle DB Observability MCP servers for OPSI and DBM

1 participant