Skip to content

Commit b1bbeed

Browse files
committed
Bump version to 0.6.0 in mcp.json, pyproject.toml, and poetry.lock; update dependencies accordingly
1 parent d3c3e3a commit b1bbeed

File tree

3 files changed

+81
-13
lines changed

3 files changed

+81
-13
lines changed

mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "refua-mcp",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Refua MCP server for Boltz2 folding/affinity and BoltzGen design workflows.",
55
"command": "python3",
66
"args": ["-m", "refua_mcp.server"]

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "refua-mcp"
7-
version = "0.5.2"
7+
version = "0.6.0"
88
description = "MCP server for Refua Boltz2 folding/affinity and BoltzGen design workflows."
99
readme = "README.md"
1010
license = "MIT"
@@ -21,8 +21,8 @@ keywords = [
2121
"AI agent"
2222
]
2323
dependencies = [
24-
"mcp>=1.8.0",
25-
"refua>=0.5.0",
24+
"mcp>=1.26.0,<2",
25+
"refua>=0.6.0",
2626
]
2727
classifiers = [
2828
"Development Status :: 3 - Alpha",
@@ -47,6 +47,9 @@ test = [
4747
dev = [
4848
"pre-commit>=4.1",
4949
]
50+
observability = [
51+
"opentelemetry-api>=1.28.0",
52+
]
5053

5154
[tool.poetry.group.dev.dependencies]
5255
pre-commit = ">=4.1"

0 commit comments

Comments
 (0)