Skip to content

Commit 2abf9f1

Browse files
authored
chore(deps): bump fastmcp version
2 parents 3e6e8b8 + ae599fc commit 2abf9f1

File tree

43 files changed

+2998
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2998
-142
lines changed

src/oci-api-mcp-server/oracle/oci_api_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
__project__ = "oracle.oci-api-mcp-server"
8-
__version__ = "1.0.2"
8+
__version__ = "1.0.3"

src/oci-api-mcp-server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oracle.oci-api-mcp-server"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "OCI CLI MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Oracle MCP", email = "[email protected]"},
1111
]
1212
dependencies = [
13-
"fastmcp==2.12.2",
13+
"fastmcp==2.13.0",
1414
"oci==2.160.0",
1515
]
1616

src/oci-api-mcp-server/uv.lock

Lines changed: 211 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oci-cloud-guard-mcp-server/oracle/oci_cloud_guard_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
__project__ = "oracle.oci-cloud-guard-mcp-server"
8-
__version__ = "1.0.0"
8+
__version__ = "1.0.1"

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

Lines changed: 2 additions & 2 deletions
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 = "1.0.1"
44
description = "OCI Cloud Guard Service MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Oracle MCP", email = "[email protected]"},
1111
]
1212
dependencies = [
13-
"fastmcp==2.12.2",
13+
"fastmcp==2.13.0",
1414
"oci==2.160.0",
1515
"pydantic==2.12.3"
1616
]

src/oci-cloud-guard-mcp-server/uv.lock

Lines changed: 211 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oci-compute-instance-agent-mcp-server/oracle/oci_compute_instance_agent_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
__project__ = "oracle.oci-compute-instance-agent-mcp-server"
8-
__version__ = "2.0.0"
8+
__version__ = "2.0.1"

src/oci-compute-instance-agent-mcp-server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oracle.oci-compute-instance-agent-mcp-server"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "OCI Compute Instance Agent MCP Server"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
dependencies = [
1313
"oci==2.160.0",
14-
"fastmcp==2.12.2",
14+
"fastmcp==2.13.0",
1515
]
1616

1717
classifiers = [

src/oci-compute-instance-agent-mcp-server/uv.lock

Lines changed: 211 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oci-compute-mcp-server/oracle/oci_compute_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
__project__ = "oracle.oci-compute-mcp-server"
8-
__version__ = "1.0.2"
8+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)