Skip to content

Commit 6c13b9c

Browse files
Adds missing spaces in multiline command example.
Co-authored-by: Lee Cartwright <[email protected]>
1 parent 57a57bf commit 6c13b9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ the [desktop extension](https://github.com/anthropics/dxt/) for Claude Desktop.
4747
### Claude Code
4848
Run:
4949
```bash
50-
claude mcp add pythonanywhere-mcp-server\
51-
-e API_TOKEN=yourpythonanywhereapitoken\
52-
-e LOGNAME=yourpythonanywhereusername\
50+
claude mcp add pythonanywhere-mcp-server \
51+
-e API_TOKEN=yourpythonanywhereapitoken \
52+
-e LOGNAME=yourpythonanywhereusername \
5353
-- uvx pythonanywhere-mcp-server
5454
```
5555

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "PythonAnywhere MCP Server",
44
"description": "Manage files, websites, and scheduled tasks on PythonAnywhere via the Model Context Protocol.",
55
"icon": "icon.png",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"author": {
88
"name": "PythonAnywhere Developers",
99
"email": "[email protected]"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1"
7+
version = "0.0.2"
88
description = "PythonAnywhere Model Context Protocol Server"
99
authors = [
1010
{name = "PythonAnywhere Developers", email = "[email protected]"}

0 commit comments

Comments
 (0)