@youdotcom-oss/mcp 1.1.6-experimental-4 → 1.1.6

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/bin/stdio.js +2 -2
  2. package/package.json +2 -2
package/bin/stdio.js CHANGED
@@ -13217,14 +13217,14 @@ var EMPTY_COMPLETION_RESULT = {
13217
13217
  // package.json
13218
13218
  var package_default = {
13219
13219
  name: "@youdotcom-oss/mcp",
13220
- version: "1.1.6-experimental-4",
13220
+ version: "1.1.6",
13221
13221
  description: "You.com API Model Context Protocol Server",
13222
13222
  type: "module",
13223
13223
  bin: "bin/stdio.js",
13224
13224
  scripts: {
13225
13225
  build: "bun build ./src/stdio.ts --outfile ./bin/stdio.js --target=node",
13226
13226
  dev: "bun src/stdio.ts",
13227
- inspect: "bunx @modelcontextprotocol/inspector bun dev",
13227
+ inspect: "bash -c 'source .env 2>/dev/null || true; bunx @modelcontextprotocol/inspector -e YDC_API_KEY=$YDC_API_KEY bun dev'",
13228
13228
  start: "bun run bin/http",
13229
13229
  test: "bun test",
13230
13230
  "test:coverage": "bun test --coverage",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@youdotcom-oss/mcp",
3
- "version": "1.1.6-experimental-4",
3
+ "version": "1.1.6",
4
4
  "description": "You.com API Model Context Protocol Server",
5
5
  "type": "module",
6
6
  "bin": "bin/stdio.js",
7
7
  "scripts": {
8
8
  "build": "bun build ./src/stdio.ts --outfile ./bin/stdio.js --target=node",
9
9
  "dev": "bun src/stdio.ts",
10
- "inspect": "bunx @modelcontextprotocol/inspector bun dev",
10
+ "inspect": "bash -c 'source .env 2>/dev/null || true; bunx @modelcontextprotocol/inspector -e YDC_API_KEY=$YDC_API_KEY bun dev'",
11
11
  "start": "bun run bin/http",
12
12
  "test": "bun test",
13
13
  "test:coverage": "bun test --coverage",