Skip to main content
Glama

https://github.com/sammcj/mcp-package-version

by sammcj

check_pyproject_versions

Verify and suggest the latest stable versions for Python package dependencies specified in pyproject.toml, ensuring accurate and up-to-date project configurations.

Instructions

Check latest stable versions for Python packages in pyproject.toml

Input Schema

NameRequiredDescriptionDefault
dependenciesYesDependencies object from pyproject.toml

Input Schema (JSON Schema)

{ "properties": { "dependencies": { "description": "Dependencies object from pyproject.toml", "properties": { "dependencies": { "additionalProperties": { "type": "string" }, "description": "Project dependencies from pyproject.toml", "type": "object" }, "dev-dependencies": { "additionalProperties": { "type": "string" }, "description": "Development dependencies from pyproject.toml", "type": "object" }, "optional-dependencies": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Optional dependencies from pyproject.toml", "type": "object" } }, "type": "object" } }, "required": [ "dependencies" ], "type": "object" }
Install Server

Other Tools from https://github.com/sammcj/mcp-package-version

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/sammcj/mcp-package-version'

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