mcp-music-studio 0.1.2 → 0.2.0
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.
- package/dist/.assetsignore +2 -0
- package/dist/index.js +1 -1
- package/dist/mcp-app.html +13 -13
- package/dist/server.d.ts +8 -0
- package/dist/server.js +1183 -24
- package/dist/src/abc-guide.d.ts +4 -0
- package/dist/src/strudel-browser-fallback.d.ts +8 -0
- package/dist/src/strudel-guide.d.ts +3 -0
- package/dist/strudel-app.html +109 -0
- package/dist/wrangler.json +1 -0
- package/package.json +13 -5
package/dist/index.js
CHANGED
|
@@ -19630,7 +19630,7 @@ var require_is_promise = __commonJS((exports, module) => {
|
|
|
19630
19630
|
}
|
|
19631
19631
|
});
|
|
19632
19632
|
|
|
19633
|
-
// node_modules/path-to-regexp/dist/index.js
|
|
19633
|
+
// node_modules/router/node_modules/path-to-regexp/dist/index.js
|
|
19634
19634
|
var require_dist = __commonJS((exports) => {
|
|
19635
19635
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19636
19636
|
exports.PathError = exports.TokenData = undefined;
|