generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 67
chore: Add changelogs to support publishing of MCP servers #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
irfan-ahmed
wants to merge
1
commit into
oracle:main
Choose a base branch
from
irfan-ahmed:irfan/add-change-logs-for-publishing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-api-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
| - Support Autonomous Recovery Service APIs | ||
| - Fixed properly handle malformed command output | ||
|
|
||
| ### Patch | ||
| - Updated server.py to add more context for get_oci_command_help call | ||
| - Add build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.2] - 2025-11-24 | ||
| - Updated the server.py according to the new best practices doc | ||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - Fixed missing package files | ||
| - README disclaimers and consistency updates | ||
| - Package fixes and cleanup | ||
| - Fixed server output and improved prompts | ||
| - Support for a deny list of commands that should be denied execution | ||
| - Update license files and dependencies | ||
| - Add custom user agent header | ||
| - Add copyright headers | ||
| - Fixed module names for generic mcp server and improve context | ||
| - Added the OCI API MCP server |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-cloud-guard-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
| - Added the OCI Cloud Guard (Problems) MCP server | ||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [project] | ||
| name = "oracle.oci-cloud-guard-mcp-server" | ||
| version = "1.0.0" | ||
| version = "0.0.0" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this intentional? |
||
| description = "OCI Cloud Guard Service MCP server" | ||
| readme = "README.md" | ||
| requires-python = ">=3.13" | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-compute-instance-agent-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning, and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - Package fixes and cleanup | ||
| - Update license files and dependencies | ||
| - Add custom user agent header | ||
| - Add copyright headers | ||
| - Added the OCI Compute instance agent MCP server | ||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-compute-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.2] - 2025-10-30 | ||
| - Updated the code to conform to the new best practices document | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - List instances limit and lifecycle state filter | ||
| - Fix update instance | ||
| - Implement launch instance | ||
| - Add copyright headers | ||
| - Remove utils from compute server | ||
| - Strong types in the compute server | ||
| - Added the OCI Compute MCP server | ||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-identity-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - Package fixes and cleanup | ||
| - Update license files | ||
| - Update dependencies | ||
| - Added custom user agent header | ||
| - Added copyright headers |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-logging-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - Added missing package files | ||
| - README disclaimers and consistency updates | ||
| - Logging MCP Server | ||
|
|
||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-migration-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - Package fixes and cleanup | ||
| - Updated license files | ||
| - Update dependencies | ||
| - Added custom user agent header | ||
| - Added copyright headers | ||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-monitoring-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - Package fixes and cleanup | ||
|
|
||
| ## [1.0.0] - 2025-10-13 | ||
| - Usage MCP server for cost analysis | ||
| - Update license files and dependencies | ||
| - Added copyright headers |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-network-load-balancer-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Add build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - Update license files and dependencies | ||
| - Add custom user agent header | ||
| - Add copyright headers | ||
| - Lock down subprocess a bit more and fix tests | ||
| - Add network security tools | ||
| - Add NLB tests | ||
| - Implement basic NLB server | ||
|
|
||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-networking-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Added build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - Package fixes and cleanup | ||
| - Update license files and dependencies | ||
| - Finish unit tests for networking mcp server | ||
| - Add custom user agent header | ||
| - Add network security tools and unit tests | ||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to oracle-oci-object-storage-mcp-server will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| The sub-sections are used to generate the next version of the project. | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Major (breaking) | ||
|
|
||
|
|
||
| ### Minor (non-breaking) | ||
|
|
||
|
|
||
| ### Patch | ||
| - Add build, versioning and publishing infrastructure | ||
| - Added support for coverage report generation | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-10-15 | ||
| - README disclaimers and consistency updates | ||
| - Package fixes and cleanup | ||
| - Added OCI Object Storage Service MCP Server | ||
|
|
||
|
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should have a pre commit hook to enforce this. I dont think it has to be part of this PR but something that would be nice to have