-
Notifications
You must be signed in to change notification settings - Fork 71
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Changelog | ||
|
|
||
| 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 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ | |
| """ | ||
|
|
||
| __project__ = "oracle.database-mcp-server" | ||
| __version__ = "1.0.0" | ||
| __version__ = "1.0.1" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.0.3] - 2025-11-26 | ||
| - Updated the fastmcp version | ||
| - Support Autonomous Recovery Service APIs | ||
| - Fixed properly handle malformed command output | ||
| - 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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.0.1] - 2025-11-26 | ||
| - Updated the fastmcp version |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [2.0.1] - 2025-11-26 | ||
| - Updated the fastmcp version | ||
| - Improved the OCI MCP server consistency | ||
| - 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 | ||
|
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.1.0] - 2025-11-26 | ||
| - Improved consistency | ||
| - Updated the fastmcp version | ||
| - 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 | ||
|
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.0.2] - 2025-11-26 | ||
| - Updated the fastmcp version | ||
|
|
||
| ## [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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.1.1] - 2025-11-26 | ||
| - Updated the fastmcp version | ||
| - Fixes the logging server output and added a new search tool | ||
| - 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 | ||
|
|
||
|
|
||
|
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. Theres lots of extra whitespace here. I think we should also include markdown files to be formatted |
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.0.2] - 2025-11-26 | ||
| - Updated the fastmcp version | ||
| - 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 | ||
|
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.0.2] - 2025-11-26 | ||
| - Updated the fastmcp version | ||
| - 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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # Changelog | ||
|
|
||
| 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 | ||
|
|
||
|
|
||
| ## [1.0.2] - 2025-11-26 | ||
| - Updated the fastmcp version | ||
| - 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 | ||
|
|
||
|
|
Uh oh!
There was an error while loading. Please reload this page.