Skip to content

Commit 3dbda5a

Browse files
Pin mcp<2.0.0 as temp fix for fastmcp ModuleNotFoundError on fresh installs; bump to 0.0.12
1 parent 464d572 commit 3dbda5a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"display_name": "PythonAnywhere MCP Server",
55
"description": "Manage files, websites, and scheduled tasks on PythonAnywhere via the Model Context Protocol.",
66
"icon": "icon.png",
7-
"version": "0.0.11",
7+
"version": "0.0.12",
88
"author": {
99
"name": "PythonAnywhere Developers",
1010
"email": "developers@pythonanywhere.com"

pyproject.toml

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

55
[project]
66
name = "pythonanywhere-mcp-server"
7-
version = "0.0.11"
7+
version = "0.0.12"
88
description = "PythonAnywhere Model Context Protocol Server"
99
authors = [
1010
{name = "PythonAnywhere Developers", email = "developers@pythonanywhere.com"}
@@ -13,7 +13,7 @@ readme = "README.md"
1313
requires-python = ">=3.13"
1414
dependencies = [
1515
"pythonanywhere-core>=0.3.0",
16-
"mcp[cli]",
16+
"mcp[cli]<2.0.0",
1717
]
1818
classifiers = [
1919
"Development Status :: 2 - Pre-Alpha",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.11"
1+
__version__ = "0.0.12"

uv.lock

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

0 commit comments

Comments
 (0)