Skip to content

v0.3.0

Choose a tag to compare

@brightseth brightseth released this 28 Jan 18:09
· 80 commits to main since this release

/vibe MCP Server v0.3.0

First official release.

Highlights

  • 39 tools across 11 categories (Core, Presence, Creative, Discovery, Memory, Games, File Coordination, Infrastructure, Diagnostics, Settings)
  • Safety annotations on all tools (readOnlyHint, destructiveHint, idempotentHint, openWorldHint)
  • Local SQLite persistence for sessions, messages, and memory
  • GitHub OAuth for identity

Recent Improvements

  • Normalized API URLs, error shapes, and init checks
  • Added debug() utility, removed console.log calls
  • TypeScript checking with JSDoc annotations
  • ESLint + Prettier formatting
  • CI pipeline with smoke tests
  • Unit tests for shared, config, and tool schemas

Install

npx slashvibe-mcp

Or add to your MCP config:

{
  "mcpServers": {
    "vibe": {
      "command": "npx",
      "args": ["-y", "slashvibe-mcp"]
    }
  }
}

Full docs: https://docs.slashvibe.dev