Skip to content

Latest commit

ย 

History

History
111 lines (81 loc) ยท 3.17 KB

File metadata and controls

111 lines (81 loc) ยท 3.17 KB

PromptHouse MCP v1.0.0 Release Notes

๐ŸŽ‰ Major Release: Native NPM Package Available

We're excited to announce the first major release of PromptHouse MCP server with native npm package distribution!

๐Ÿš€ What's New

NPM Package Publication โœ…

Multiple Installation Methods

  1. NPM Package (Recommended):

    npx prompthouse-mcp
  2. Global Installation:

    npm install -g prompthouse-mcp
    prompthouse-mcp
  3. GitHub Direct:

    npx github:newtype-01/prompthouse-mcp
  4. DXT Extension: Download prompthouse-mcp.dxt from this release

๐Ÿ”ง Claude Desktop Configuration

Simple NPM Method

{
  "mcpServers": {
    "prompt-house": {
      "command": "npx",
      "args": ["prompthouse-mcp"],
      "env": {
        "PROMPTHOUSE_ACCESS_LINK": "your-access-link-here"
      }
    }
  }
}

DXT Extension Method

  1. Download prompthouse-mcp.dxt from this release
  2. Open Claude Desktop โ†’ Settings โ†’ Extensions
  3. Click "Install Extension" and select the DXT file
  4. Configure your access link in extension settings
  5. Restart Claude Desktop

๐Ÿ“‹ Getting Your Access Link

  1. Visit https://prompthouse.app
  2. Sign in with Google
  3. Click "Set Up MCP" in the top right
  4. Copy your personal access link

๐Ÿ›  Technical Features

  • Zero Dependencies: Pure Node.js implementation
  • Cross-Platform: Works on macOS, Windows, Linux
  • Debug Mode: Set PROMPTHOUSE_DEBUG=true for troubleshooting
  • Dual Mode: Supports both web and local PromptHouse servers
  • Secure Authentication: Access-link based authentication
  • JSON-RPC 2.0: Full MCP protocol compliance

๐Ÿงฐ Available Tools

  • get_prompt_list: List all your saved prompts with metadata
  • get_prompt: Retrieve complete prompt content by ID

๐Ÿ“– Documentation

๐Ÿ› Bug Fixes

  • Fixed stdio communication issues with Claude Desktop
  • Improved error handling and graceful failures
  • Enhanced debug logging for better troubleshooting
  • Resolved authentication edge cases

๐Ÿ”ฎ Future Plans

  • Support for additional MCP clients
  • Enhanced prompt metadata and search capabilities
  • Performance optimizations
  • Community prompt sharing features

๐Ÿ“ž Support

  • GitHub Issues: Report bugs and feature requests
  • PromptHouse: https://prompthouse.app for general support
  • Documentation: Complete guides in the repository

Full Changelog: https://github.com/newtype-01/prompthouse-mcp/blob/main/CHANGELOG.md

Download DXT Extension: prompthouse-mcp.dxt (attached to this release)

NPM Package: https://www.npmjs.com/package/prompthouse-mcp