mcp-spec-cli 1.2.3 → 1.2.4

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -43,7 +43,7 @@ Add to your MCP client configuration:
43
43
 
44
44
  ## Documentation
45
45
 
46
- For detailed usage instructions and examples, visit the [GitHub repository](https://github.com/kingkongshot/specs-workflow-mcp).
46
+ For detailed usage instructions and examples, visit the [GitHub repository](https://github.com/benjamesmurray/mcp-spec-cli).
47
47
 
48
48
  ## License
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-spec-cli",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "MCP server for managing spec workflow (requirements, design, implementation)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "implementation",
23
23
  "openapi"
24
24
  ],
25
- "author": "kingkongshot",
25
+ "author": "benjamesmurray",
26
26
  "license": "MIT",
27
27
  "repository": {
28
28
  "type": "git",