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 @@ -82,7 +82,7 @@ See [Session API](./docs/session-api.md) and [Executors](./docs/executors.md) fo
**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.10.0 py-code-mode-mcp --base ~/.code-mode
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 py-code-mode-mcp --base ~/.code-mode
```

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

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

For MCP server installation, see [Getting Started](./docs/getting-started.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The MCP server exposes py-code-mode to Claude Code and other MCP clients.

```bash
# Add to Claude Code
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.10.0 py-code-mode-mcp --base ~/.code-mode
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 py-code-mode-mcp --base ~/.code-mode
```

### Usage
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.10.0
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.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.10.0 \
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 \
py-code-mode-mcp --base ~/.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.10.0 \
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 \
py-code-mode-mcp --base ./.code-mode
```

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The MCP server exposes these tools:
#### Claude Code

```bash
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.10.0 py-code-mode-mcp --base ~/.code-mode
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 py-code-mode-mcp --base ~/.code-mode
```

#### Generic MCP Client
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.10.0"
version = "0.11.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