@boperators/mcp-server 0.1.0 → 0.1.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -121,7 +121,7 @@ Add to `.mcp.json` at the root of your project (checked in, shared with the team
121
121
  "mcpServers": {
122
122
  "boperators": {
123
123
  "command": "npx",
124
- "args": ["@boperators/mcp-server@latest"]
124
+ "args": ["--yes", "@boperators/mcp-server@latest"]
125
125
  }
126
126
  }
127
127
  }
@@ -136,7 +136,7 @@ Add to `.vscode/mcp.json` in your workspace,
136
136
  "servers": {
137
137
  "boperators": {
138
138
  "command": "npx",
139
- "args": ["@boperators/mcp-server@latest"]
139
+ "args": ["--yes", "@boperators/mcp-server@latest"]
140
140
  }
141
141
  }
142
142
  }
@@ -149,7 +149,7 @@ Or add it directly to your VS Code `settings.json`:
149
149
  "mcp.servers": {
150
150
  "boperators": {
151
151
  "command": "npx",
152
- "args": ["@boperators/mcp-server@latest"]
152
+ "args": ["--yes", "@boperators/mcp-server@latest"]
153
153
  }
154
154
  }
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boperators/mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "description": "MCP server for boperators - gives AI assistants access to operator overload information.",
6
6
  "repository": {