Skip to content

Commit fb1b2cf

Browse files
committed
Bump version to v0.8.6
1 parent b90d1d0 commit fb1b2cf

4 files changed

Lines changed: 5 additions & 5 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.5"
75+
uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.8.6"
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.5"
105+
uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.8.6"
106106
```
107107

108108
3. Find the installed binary path:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.4",
33
"name": "mcp_massive",
44
"display_name": "Massive Market Data",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"description": "Stocks, options & indices market data via Massive.com financial data API. Access real-time and historical prices, quotes, trades, and aggregates for equities, options contracts, ETFs, FX, crypto, and more.",
77
"author": {
88
"name": "Massive",

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.5"
3+
version = "0.8.6"
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)