We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca7b65 commit ce7b602Copy full SHA for ce7b602
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcpo"
3
-version = "0.0.18"
+version = "0.0.19"
4
description = "A simple, secure MCP-to-OpenAPI proxy server"
5
authors = [
6
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }
@@ -10,8 +10,8 @@ requires-python = ">=3.11"
10
dependencies = [
11
"click>=8.1.8",
12
"fastapi>=0.115.12",
13
- "mcp>=1.12.4",
14
- "mcp[cli]>=1.12.4",
+ "mcp>=1.17.0",
+ "mcp[cli]>=1.17.0",
15
"passlib[bcrypt]>=1.7.4",
16
"pydantic>=2.11.1",
17
"pyjwt[crypto]>=2.10.1",
0 commit comments