File tree Expand file tree Collapse file tree 15 files changed +422
-1
lines changed
oci-cloud-guard-mcp-server
oci-compute-instance-agent-mcp-server
oci-monitoring-mcp-server
oci-network-load-balancer-mcp-server
oci-networking-mcp-server
oci-object-storage-mcp-server
oci-resource-search-mcp-server Expand file tree Collapse file tree 15 files changed +422
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 11[project ]
22name = " oracle.oci-cloud-guard-mcp-server"
3- version = " 1 .0.0"
3+ version = " 0 .0.0"
44description = " OCI Cloud Guard Service MCP server"
55readme = " README.md"
66requires-python = " >=3.13"
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments