@galaxy-stack/orbit-mcp 0.1.4 → 0.1.5

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/cli.js CHANGED
@@ -444,7 +444,7 @@ export class ${cls}Resolver {
444
444
  var PROTOCOL_VERSION = "2025-03-26";
445
445
  var SERVER_INFO = {
446
446
  name: "@galaxy-stack/orbit-mcp",
447
- version: "0.1.3"
447
+ version: "0.1.4"
448
448
  };
449
449
  var PROMPTS = [
450
450
  {
package/dist/index.js CHANGED
@@ -447,7 +447,7 @@ export class ${cls}Resolver {
447
447
  var PROTOCOL_VERSION = "2025-03-26";
448
448
  var SERVER_INFO = {
449
449
  name: "@galaxy-stack/orbit-mcp",
450
- version: "0.1.3"
450
+ version: "0.1.4"
451
451
  };
452
452
  var PROMPTS = [
453
453
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-stack/orbit-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Model Context Protocol server for Orbit framework — AI coding agents get framework knowledge, scaffolding, and security review tools",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",