@modelcontextprotocol/server-sheet-music 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/server.js +0 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -47447,7 +47447,6 @@ function date4(params) {
47447
47447
 
47448
47448
  // ../../node_modules/zod/v4/classic/external.js
47449
47449
  config(en_default2());
47450
-
47451
47450
  // ../../node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
47452
47451
  var LATEST_PROTOCOL_VERSION = "2025-11-25";
47453
47452
  var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelcontextprotocol/server-sheet-music",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "MCP App Server for rendering and playing sheet music from ABC notation",
6
6
  "repository": {