Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ skills.create(
**Also ships as an MCP server for Claude Code:**

```bash
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.8.1 py-code-mode-mcp
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.9.0 py-code-mode-mcp
```

## Three Namespaces
Expand Down Expand Up @@ -99,7 +99,7 @@ await session.save_artifact("data", {"key": "value"})
## Installation

```bash
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.8.1
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.9.0
```

For MCP server installation, see [Getting Started](./docs/getting-started.md).
Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This guide walks through installing py-code-mode and running your first agent se
### As a Python Library

```bash
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.8.1
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.9.0
```

### For Claude Code (MCP Server)
Expand All @@ -16,15 +16,15 @@ uv add git+https://github.com/xpcmdshell/[email protected]

```bash
claude mcp add -s user py-code-mode \
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.8.1 \
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.9.0 \
py-code-mode-mcp --storage ~/.code-mode
```

**Project-scoped installation** (only in the current project):

```bash
claude mcp add -s project py-code-mode \
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.8.1 \
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.9.0 \
py-code-mode-mcp --storage ./.code-mode
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py-code-mode"
version = "0.8.1"
version = "0.9.0"
description = "Code mode for LLM agents - tools as Python SDK bindings via Jupyter execution"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading