Skip to content

v1.1.0

Choose a tag to compare

@steveclarke steveclarke released this 13 Oct 15:32
· 28 commits to master since this release

✨ What's New

This release adds the ability to disable prompts if you prefer not to have them in your MCP client.

Added

  • New MCP_PRINTER_ENABLE_PROMPTS environment variable to enable/disable prompt registration
  • Prompts can now be disabled by setting MCP_PRINTER_ENABLE_PROMPTS=false in configuration
  • Prompts are enabled by default

Changed

  • Updated get_config tool to display MCP_PRINTER_ENABLE_PROMPTS status

📦 Installation

{
  "mcpServers": {
    "Printer": {
      "command": "npx",
      "args": ["-y", "mcp-printer@1.1.0"]
    }
  }
}

Full Changelog: v1.0.0...v1.1.0