@igor-olikh/openspec-mcp-server 1.0.3 → 1.0.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 +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ However, your AI doesn't automatically know how to use OpenSpec. **That is what
18
18
 
19
19
  To use this, you need to tell your AI assistant where this server is located. The setup simply depends on which AI assistant you use.
20
20
 
21
- ### Option 1: Connecting to IBM Bob (Recommended)
21
+ ### Option 1: Connecting to IBM Bob
22
22
 
23
23
  If you are using [IBM Bob](https://bob.ibm.com/):
24
24
  1. In the IBM Bob IDE, click the **three dots** next to the gear icon in the upper right corner of the chat window and select **MCP servers**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igor-olikh/openspec-mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "An MCP server that connects OpenSpec to AI assistants like Codex, Claude, and Cursor.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",