@melson/sdlc-mcp 0.1.0 → 0.1.1

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -46181,7 +46181,7 @@ function createChatServer(api) {
46181
46181
 
46182
46182
  // src/cli.ts
46183
46183
  var DEFAULT_SERVER = "https://sdlc-control-plane.onrender.com";
46184
- var PACKAGE_SPEC = "@melson/sdlc-mcp@0.1.0";
46184
+ var PACKAGE_SPEC = "@melson/sdlc-mcp@0.1.1";
46185
46185
  var START_MARKER = "<!-- sdlc-chat-integration -->";
46186
46186
  var END_MARKER = "<!-- /sdlc-chat-integration -->";
46187
46187
  function credentialFile() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melson/sdlc-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local Codex connector for the SDLC Control Plane",
5
5
  "type": "module",
6
6
  "bin": {