Skip to main content
Glama

React Native Upgrader MCP

by patrickkabwe

get-user-version

Retrieve the specific React Native version targeted for upgrading. Ensures the version is valid, supports semantic and release candidate formats, and integrates with tools for previewing changes and migration guidance.

Instructions

Gets the version of React Native that the user wants to upgrade to.

OVERVIEW: This tool is used to get the version of React Native that the user wants to upgrade to.

USAGE: • This tool is used to get the version of React Native that the user wants to upgrade to. • The version can be used with the "get-react-native-diff" tool to preview changes before upgrading.

IMPORTANT NOTES: • The version must be a valid semantic version number. e.g. 0.72.0 • The version must be a valid release candidate version number. e.g. 0.72.0-rc.0 • If the version is not a valid semantic version number or release candidate version number, the tool should provide a message that asks the user to provide a valid version. • If the user wants to upgrade to the latest stable version, call the get-stable-version tool to get the latest stable version. • If the user wants to upgrade to the latest release candidate version, call the get-rc-version tool to get the latest release candidate version.

Input Schema

NameRequiredDescriptionDefault
versionYesThe version of React Native that the user wants to upgrade to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "version": { "description": "The version of React Native that the user wants to upgrade to", "type": "string" } }, "required": [ "version" ], "type": "object" }

Other Tools from React Native Upgrader MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/patrickkabwe/react-native-upgrader-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server