Releases: ieeecsopen/mcp-cs
Releases · ieeecsopen/mcp-cs
Release list
v2.2.0 — MCS Rebrand, 30 Agent Skills & Direct CLI Suite
⚡ MCS (mcp-cs) v2.2.0 Release Notes
🌟 Highlights
- Dual CLI Binaries: Run either
mcsormcp-csinterchangeably in terminal and AI configs. - 30 Agent Skills (skills.sh Compatible): Full suite of battle-tested operational runbooks covering Campus Projects, Algorithms, Frontend, Backend, and DevOps.
- 1-Command Skill Installer:
mcs skills installcopies all 30 skills into.agents/skills/or.cursor/rules/. - Standalone Terminal Productivity CLI:
mcs doctor,mcs ports,mcs scan,mcs erd,mcs ui,mcs inspector. - Modular Tool Filtering: Save AI prompt tokens using
MCS_MODULES=algo,doctor. - Zero-Trust Docker Sandbox: Added
algo_run_dockerfor isolated micro-container execution. - 100% Passing Tests: 25 Vitest tests passing across 10 test suites.
v2.1.0 — WASM Sandboxing, Interactive Visual Dashboard & Homebrew Support
⚡ What's New in v2.1.0:
- ⚡ WASM & In-Process Sandboxing: Run JavaScript/TypeScript code in isolated V8/VM sandboxes with memory & timeout protections without relying on local system compilers.
- 🖥️ Interactive Visual Web Dashboard: Launch a local graphical visualizer (
mcp-cs --ui) to inspect ports, stress-test benchmarks, database ERDs, and system diagnostics visually. - 🍺 Homebrew Formula: Support for
brew install ieeecsopen/tap/mcp-cs. - 🧪 Expanded Test Suite: 17 automated Vitest unit tests covering WASM, docs, security, and algorithm tools.
v2.0.0 — Universal Developer, Database, Performance & AlgoJudge MCP Suite
⚡ MCP-CS v2.0.0 Release Notes
We are excited to launch MCP-CS v2.0.0, an open-source Model Context Protocol server developed by the IEEE Computer Society of SLIIT featuring 24 production tools, interactive prompts, and dynamic context resources.
🌟 Key Features:
- ⚡ AlgoJudge Engine: Sandboxed code execution (Python, JS/TS, C++, C, Go), automated differential stress-testing, and AST plagiarism analysis.
- 🗄️ Database & ERD: Parse SQL schemas and auto-generate Mermaid Entity-Relationship diagrams.
- ⚡ Web Performance: Large image asset scanner (>250KB) and HTTP header compression/security auditor.
- 🩺 Environment Doctor: System diagnostics, .env synchronizer, and active port conflict inspector.
- 🛡️ Security Guard: High-entropy API key, secret, and token leak scanner.
- 🌐 API Playground: Live HTTP test client and realistic synthetic mock data generator.
- 📚 Docs & Code Hygiene: Broken link checker, code snippet extractor, and TODO/FIXME finder.
- 🚀 Git & Release Suite: Conventional commit changelog generator and PR readiness checks.
- 🏆 Contest Importer: Codeforces problem fetcher.
- 🤖 CI/CD Suite: Production-ready GitHub Actions workflow generator.
📦 Installation:
{
"mcpServers": {
"mcp-cs": {
"command": "npx",
"args": ["-y", "mcp-cs"]
}
}
}