developer tools

Mcp Package Version

An MCP Server to help LLMs suggest the latest stable package versions when writing code.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y sammcj/mcp-package-version

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-package-version",
  "command": "npx",
  "args": [
    "-y",
    "sammcj/mcp-package-version"
  ]
}

About This MCP Server

sammcj/mcp-package-version

An MCP Server to help LLMs suggest the latest stable package versions when writing code.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub