Skip to content

Releases: Correctover/mcp-server

Correctover for VS Code v1.0.0

28 Jun 01:03

Choose a tag to compare

VS Code extension for Correctover MCP - Real-time LLM output verification and self-healing inside VS Code.

Installation

  1. Download the .vsix file
  2. Open VS Code → Extensions view (Ctrl+Shift+X)
  3. Click ... → Install from VSIX...
  4. Select the downloaded file

v1.0.2 — Tool Annotations + Prompts + Full Metadata

26 Jun 09:51

Choose a tag to compare

What's New in v1.0.2

🏷️ Tool Annotations (MCP 2025-11-25 spec)

  • All 4 tools now include annotations: readOnlyHint, destructiveHint, idempotentHint, openWorldHint
  • Enables MCP clients (Cursor, Claude Desktop) to properly categorize tool behavior

📝 Prompts Support

  • 3 new MCP prompts: verify-output, compare-providers, reliability-audit
  • prompts/list and prompts/get handlers fully implemented
  • Pre-built interaction patterns for common reliability workflows

📊 Enhanced Metadata

  • Comprehensive server instructions with tool routing guide
  • Detailed tool descriptions with parameter examples
  • smithery.yaml: full categories, tags, prompts, base URL env vars
  • package.json: 20 keywords, Apache-2.0 license, full repository/homepage/bugs metadata

🔧 Technical

  • Version bump to 1.0.2
  • 5-platform CI binaries (darwin/linux/windows × amd64/arm64)

Full Changelog: v1.0.0...v1.0.2

v1.0.0

26 Jun 07:08

Choose a tag to compare