v1.1.0
✨ 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_PROMPTSenvironment variable to enable/disable prompt registration - Prompts can now be disabled by setting
MCP_PRINTER_ENABLE_PROMPTS=falsein configuration - Prompts are enabled by default
Changed
- Updated
get_configtool to displayMCP_PRINTER_ENABLE_PROMPTSstatus
📦 Installation
{
"mcpServers": {
"Printer": {
"command": "npx",
"args": ["-y", "mcp-printer@1.1.0"]
}
}
}Full Changelog: v1.0.0...v1.1.0