Improved

MCP Server v0.0.1-beta.6

What's Changed

  • 🔒 Removed repository links from package.json (private repository)
  • npm page will no longer show GitHub repository/homepage links

This is a metadata-only update. All features from v0.0.1-beta.5 remain unchanged.

Installation

Configure in your MCP client:

{
  "mcpServers": {
    "convert": {
      "command": "npx",
      "args": ["-y", "@convertcom/mcp-server@latest"],
      "env": {
        "CONVERT_API_KEY": "your_application_id",
        "CONVERT_API_SECRET": "your_secret_key",
        "TOOLS_FOR_CLIENT": "reporting"
      }
    }
  }
}