@onyxsecurity/mcp-server-playground
v1.14.0
Published
Simple MCP server for testing NPM private repository
Readme
MCP Server Playground
A simple MCP (Model Context Protocol) server for testing NPM private repository deployments.
Features
- Version Information: Displays current package version, Node.js version, and startup timestamp
- Simple Tools: Includes
get_versionandpingtools for testing - NPX Compatible: Can be run directly with
npxfrom your private repository
Usage
Running with NPX
npx mcp-server-playgroundTesting Version Updates
The server logs version information to stderr when it starts:
🚀 Starting mcp-server-playground v1.0.0
📦 Node.js v18.17.0
🔧 PID: 12345
⏰ Started at: 2025-01-15T10:30:00.000ZAvailable Tools
- get_version: Returns detailed version and runtime information
- ping: Simple connectivity test tool
Testing Private NPM Repository
- Publish to your private NPM repository with the
latesttag - Run
npx mcp-server-playgroundfrom any directory - Check the version output to confirm you're running the latest version
- Update the version, republish, and test again to verify automatic updates
Development
npm install
npm start