developer tools
Mcp Package Version
An MCP Server to help LLMs suggest the latest stable package versions when writing code.
typescript
local
developer tools
Installation
npx -y sammcj/mcp-package-versionConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub