Add OCI Vision MCP server#365
Open
antimverma wants to merge 1 commit into
Open
Conversation
antimverma
requested review from
AlaaShaker,
gebhardtr and
krisrice
as code owners
July 16, 2026 09:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the OCI Vision MCP server under
src/oci-vision-mcp-server.This server provides stdio MCP tools for OCI Vision image analysis and related Object Storage image workflows, including image analysis, OCR, object detection, face detection, async image jobs, Object Storage upload/list/fetch, stored result lookup, and runtime configuration status.
The implementation follows the repository MCP server structure and public packaging expectations:
pyproject.toml,uv.lock,README.md,CHANGELOG.md,LICENSE.txt,Containerfile, andoracle/package source.oracle.oci-vision-mcp-server./mcp, and/.well-known/*endpoints are not exposed.additional_user_agenttelemetry derived from package metadata.Fixes: N/A
Type of change
How Has This Been Tested?
Validated locally from
src/oci-vision-mcp-server:uv sync --locked --all-extras --devuv run pytest --cov=. --cov-branch --cov-report=term-missing236 passed, 2 skipped91.31%uv builddetect_facescompleted successfully on a local image.detect_textcompleted successfully on a local screenshot and returned OCR lines.Containerfile.pyproject.tomlmetadata and entry point validated.Test Configuration:
Checklist: