Skip to content

Commit 9584325

Browse files
committed
Update FastMCP
1 parent b86af87 commit 9584325

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "biocontext_kb"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "An MCP server for biomedical research."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
"asyncio>=3.4.3,<4",
2020
"dotenv>=0.9.9,<1",
21-
"fastmcp==2.11.3",
21+
"fastmcp==2.12.4",
2222
"gql>=3.5.3,<4",
2323
"gunicorn>=23.0.0,<24",
2424
"httpx>=0.28.1",
@@ -38,7 +38,7 @@ dependencies = [
3838
[project.urls]
3939
Home = "https://github.com/biocontext_ai/knowledgebase-mcp"
4040
Source = "https://github.com/biocontext_ai/knowledgebase-mcp"
41-
Documentation = "https://server.biocontext.ai"
41+
Documentation = "https://docs.kb.biocontext.ai"
4242

4343
[project.scripts]
4444
biocontext_kb = "biocontext_kb:run_app"

uv.lock

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

0 commit comments

Comments
 (0)