initial commit of OCI Data Science MCP server#93
Open
HarrySnart wants to merge 4 commits intooracle:mainfrom
Open
initial commit of OCI Data Science MCP server#93HarrySnart wants to merge 4 commits intooracle:mainfrom
HarrySnart wants to merge 4 commits intooracle:mainfrom
Conversation
cboffa13
reviewed
Dec 15, 2025
Member
There was a problem hiding this comment.
Can we remove all .ds_store files from this PR
Member
Author
There was a problem hiding this comment.
Sorry, my mistake. I've deleted them and pushed the changes back to my branch
cboffa13
reviewed
Jan 8, 2026
|
|
||
|
|
||
| @mcp.tool() | ||
| def get_compartment_id() -> Any: |
Member
There was a problem hiding this comment.
This tool should already be built in the identity mcp server
Member
Author
There was a problem hiding this comment.
Hi, this was intentional as its quite likely data scientists won't enable all MCP servers. I've renamed the function to get_datascience_compartment_id to avoid any conflict if both MCP servers are active.
cboffa13
reviewed
Jan 8, 2026
| """ | ||
|
|
||
| __project__ = "oracle.oci-data-science-mcp-server" | ||
| __version__ = "0.1.0" No newline at end of file |
cboffa13
reviewed
Jan 8, 2026
Member
There was a problem hiding this comment.
We should create unit tests for all the tools defined in server.py
ac8b032 to
ee9cead
Compare
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
This contribution adds an MCP server for the OCI Data Science Service.
Fixes # (issue) - linked to issue #92
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
I have tested locally in VSCode using Cline with Grok. Each tool has been tested and works.
Test Configuration:
Checklist: