Stu Mason
Stu Mason

Activity

Issue Opened

Issue #106 opened: Version 2.6.0 returns 2.5.0 on the `get_mcp_version` tool call

What happened?

Despite having 2.6.0 set in my claude.json

"mcpServers": {
        "coolify": {
          "type": "stdio",
          "command": "npx",
          "args": [
            "@masonator/[email protected]"
          ],
          "env": {
            "COOLIFY_BASE_URL": "url,
            "COOLIFY_ACCESS_TOKEN": "token"
          }
        }
      },

Running the get_mcp_version command returns 2.6.0.

Steps to reproduce

echo '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_mcp_version","arguments":{}}}' |
COOLIFY_BASE_URL="url" COOLIFY_ACCESS_TOKEN="token" npx @masonator/[email protected] 2>/dev/null

Expected behaviour

Expecting to see 2.6.0

Additional context

jonbo@jonbo-m4-pro cap-on-regenhub-build % node --version
v24.8.0
jonbo@jonbo-m4-pro cap-on-regenhub-build % npm --version
11.6.0
jonbo@jonbo-m4-pro cap-on-regenhub-build % claude --version
2.1.22 (Claude Code)

Tahoe 26.2