sdd-mcp-server 1.1.17 → 1.1.18

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/mcp-server.js +1 -1
  2. package/package.json +1 -1
package/mcp-server.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
 
20
20
  const server = new Server({
21
21
  name: 'sdd-mcp-server',
22
- version: '1.1.12'
22
+ version: '1.1.18'
23
23
  }, {
24
24
  capabilities: {
25
25
  tools: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdd-mcp-server",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "MCP server for spec-driven development workflows across AI-agent CLIs and IDEs",
5
5
  "main": "dist/index.js",
6
6
  "bin": {