@schoolai/shipyard-mcp 0.1.0 → 0.1.2

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 CHANGED
@@ -89,7 +89,7 @@ This gives you:
89
89
  Install the MCP server via npm:
90
90
 
91
91
  ```bash
92
- npx @schoolai/shipyard-mcp mcp-server-shipyard
92
+ npx -y -p @schoolai/shipyard-mcp mcp-server-shipyard
93
93
  ```
94
94
 
95
95
  Then configure in your platform's MCP settings:
@@ -100,7 +100,7 @@ Then configure in your platform's MCP settings:
100
100
  "mcpServers": {
101
101
  "shipyard": {
102
102
  "command": "npx",
103
- "args": ["-y", "@schoolai/shipyard-mcp", "mcp-server-shipyard"]
103
+ "args": ["-y", "-p", "@schoolai/shipyard-mcp", "mcp-server-shipyard"]
104
104
  }
105
105
  }
106
106
  }
@@ -111,7 +111,7 @@ Then configure in your platform's MCP settings:
111
111
  {
112
112
  "mcp.servers": {
113
113
  "shipyard": {
114
- "command": "npx @schoolai/shipyard-mcp mcp-server-shipyard"
114
+ "command": "npx -y -p @schoolai/shipyard-mcp mcp-server-shipyard"
115
115
  }
116
116
  }
117
117
  }