From bdee4e2afbcb1d7abd7f845dd4a35fedc67d7ddb Mon Sep 17 00:00:00 2001 From: Keith Hoodlet <49131177+andMYhacks@users.noreply.github.com> Date: Sun, 18 Jan 2026 11:32:47 -0500 Subject: [PATCH] Update MCP massive version in README Updated the version of mcp_massive from v0.6.0 to v0.7.0 in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7674ede..0ce8349 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ path to `uvx`. ```bash # Claude CLI -claude mcp add massive -e MASSIVE_API_KEY=your_api_key_here -- uvx --from git+https://github.com/massive-com/mcp_massive@v0.6.0 mcp_massive +claude mcp add massive -e MASSIVE_API_KEY=your_api_key_here -- uvx --from git+https://github.com/massive-com/mcp_massive@v0.7.0 mcp_massive ``` This command will install the MCP server in your current project.