Skip to content

Commit 6c4b486

Browse files
committed
Bump version
1 parent 553cd9c commit 6c4b486

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Install the MCP server, then register it with Claude Code:
7272

7373
```bash
7474
# Install the server (one-time — downloads dependencies ahead of time)
75-
uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.8.6"
75+
uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.8.7"
7676

7777
# Register with Claude Code
7878
claude mcp add massive -e MASSIVE_API_KEY=your_api_key_here -- mcp_massive
@@ -102,7 +102,7 @@ You can also run `claude mcp add-from-claude-desktop` if the MCP server is insta
102102
1. Install the server:
103103

104104
```bash
105-
uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.8.6"
105+
uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.8.7"
106106
```
107107

108108
3. Find the installed binary path:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp_massive"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
description = "A MCP server project"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)