mcp-spec-cli 1.2.2 → 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.
- package/README.md +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,8 +25,9 @@ Add to your MCP client configuration:
|
|
|
25
25
|
```json
|
|
26
26
|
{
|
|
27
27
|
"mcpServers": {
|
|
28
|
-
"
|
|
29
|
-
"command": "
|
|
28
|
+
"mcp-spec-cli": {
|
|
29
|
+
"command": "npx",
|
|
30
|
+
"args": ["-y", "mcp-spec-cli@latest"]
|
|
30
31
|
}
|
|
31
32
|
}
|
|
32
33
|
}
|
|
@@ -42,7 +43,7 @@ Add to your MCP client configuration:
|
|
|
42
43
|
|
|
43
44
|
## Documentation
|
|
44
45
|
|
|
45
|
-
For detailed usage instructions and examples, visit the [GitHub repository](https://github.com/
|
|
46
|
+
For detailed usage instructions and examples, visit the [GitHub repository](https://github.com/benjamesmurray/mcp-spec-cli).
|
|
46
47
|
|
|
47
48
|
## License
|
|
48
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-spec-cli",
|
|
3
|
-
"version": "1.2.
|
|
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": "
|
|
25
|
+
"author": "benjamesmurray",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|