Skip to content

Commit cb1aed0

Browse files
committed
chore: Add changelogs to support publishing of MCP servers
- Added changelogs for all OCI MCP servers with information on already released versions. - Added current un-released version which will determine the next version to be published.
1 parent 78c1742 commit cb1aed0

File tree

15 files changed

+422
-1
lines changed

15 files changed

+422
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-api-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
- Support Autonomous Recovery Service APIs
17+
- Fixed properly handle malformed command output
18+
19+
### Patch
20+
- Updated server.py to add more context for get_oci_command_help call
21+
- Add build, versioning and publishing infrastructure
22+
- Added support for coverage report generation
23+
24+
25+
## [1.0.2] - 2025-11-24
26+
- Updated the server.py according to the new best practices doc
27+
28+
## [1.0.1] - 2025-10-15
29+
- Fixed missing package files
30+
- README disclaimers and consistency updates
31+
- Package fixes and cleanup
32+
- Fixed server output and improved prompts
33+
- Support for a deny list of commands that should be denied execution
34+
- Update license files and dependencies
35+
- Add custom user agent header
36+
- Add copyright headers
37+
- Fixed module names for generic mcp server and improve context
38+
- Added the OCI API MCP server
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-cloud-guard-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
- Added the OCI Cloud Guard (Problems) MCP server
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Added build, versioning and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+

src/oci-cloud-guard-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oracle.oci-cloud-guard-mcp-server"
3-
version = "1.0.0"
3+
version = "0.0.0"
44
description = "OCI Cloud Guard Service MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-compute-instance-agent-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Added build, versioning, and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+
23+
## [1.0.1] - 2025-10-15
24+
- README disclaimers and consistency updates
25+
- Package fixes and cleanup
26+
- Update license files and dependencies
27+
- Add custom user agent header
28+
- Add copyright headers
29+
- Added the OCI Compute instance agent MCP server
30+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-compute-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Added build, versioning and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+
23+
## [1.0.2] - 2025-10-30
24+
- Updated the code to conform to the new best practices document
25+
26+
27+
## [1.0.1] - 2025-10-15
28+
- README disclaimers and consistency updates
29+
- List instances limit and lifecycle state filter
30+
- Fix update instance
31+
- Implement launch instance
32+
- Add copyright headers
33+
- Remove utils from compute server
34+
- Strong types in the compute server
35+
- Added the OCI Compute MCP server
36+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-identity-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Added build, versioning and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+
23+
## [1.0.1] - 2025-10-15
24+
- README disclaimers and consistency updates
25+
- Package fixes and cleanup
26+
- Update license files
27+
- Update dependencies
28+
- Added custom user agent header
29+
- Added copyright headers
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-logging-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Added build, versioning and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+
23+
## [1.0.1] - 2025-10-15
24+
- Added missing package files
25+
- README disclaimers and consistency updates
26+
- Logging MCP Server
27+
28+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-migration-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Added build, versioning and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+
23+
## [1.0.1] - 2025-10-15
24+
- README disclaimers and consistency updates
25+
- Package fixes and cleanup
26+
- Updated license files
27+
- Update dependencies
28+
- Added custom user agent header
29+
- Added copyright headers
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-monitoring-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Added build, versioning and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+
23+
## [1.0.1] - 2025-10-15
24+
- README disclaimers and consistency updates
25+
- Package fixes and cleanup
26+
27+
## [1.0.0] - 2025-10-13
28+
- Usage MCP server for cost analysis
29+
- Update license files and dependencies
30+
- Added copyright headers
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to oracle-oci-network-load-balancer-mcp-server will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
The sub-sections are used to generate the next version of the project.
9+
10+
## [Unreleased]
11+
12+
### Major (breaking)
13+
14+
15+
### Minor (non-breaking)
16+
17+
18+
### Patch
19+
- Add build, versioning and publishing infrastructure
20+
- Added support for coverage report generation
21+
22+
23+
## [1.0.1] - 2025-10-15
24+
- README disclaimers and consistency updates
25+
- Update license files and dependencies
26+
- Add custom user agent header
27+
- Add copyright headers
28+
- Lock down subprocess a bit more and fix tests
29+
- Add network security tools
30+
- Add NLB tests
31+
- Implement basic NLB server
32+
33+

0 commit comments

Comments
 (0)