Skip to main content
Glama

Pub.dev MCP Server

by devqxi

check_package_updates

Identify updates for a Dart or Flutter package by comparing versions or checking for new releases. Input the package name and optional current version for precise version management.

Instructions

Check for updates to a specific package or compare versions

Input Schema

NameRequiredDescriptionDefault
currentVersionNoCurrent version to compare against (optional)
packageNameYesName of the package to check for updates

Input Schema (JSON Schema)

{ "properties": { "currentVersion": { "description": "Current version to compare against (optional)", "type": "string" }, "packageName": { "description": "Name of the package to check for updates", "type": "string" } }, "required": [ "packageName" ], "type": "object" }
Install Server

Other Tools from Pub.dev MCP Server

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/devqxi/pubdev-mcp-server'

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