@youdotcom-oss/mcp 2.0.6 → 2.0.7

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 +3 -3
  2. package/package.json +2 -2
package/bin/stdio.js CHANGED
@@ -20989,7 +20989,7 @@ var ContentsItemSchema = object({
20989
20989
  });
20990
20990
  var ContentsApiResponseSchema = array(ContentsItemSchema);
20991
20991
  // ../api/src/shared/api.constants.ts
20992
- var SEARCH_API_URL = process.env.YDC_SEARCH_API_URL || "https://ydc-index.io/v1/search";
20992
+ var SEARCH_API_URL = process.env.YDC_SEARCH_API_URL || "https://api.you.com/v1/agents/search";
20993
20993
  var DEEP_SEARCH_API_URL = process.env.YDC_DEEP_SEARCH_API_URL || "https://api.you.com/v1/deep_search";
20994
20994
  var CONTENTS_API_URL = process.env.YDC_CONTENTS_API_URL || "https://ydc-index.io/v1/contents";
20995
20995
 
@@ -28821,7 +28821,7 @@ var EMPTY_COMPLETION_RESULT = {
28821
28821
  // package.json
28822
28822
  var package_default = {
28823
28823
  name: "@youdotcom-oss/mcp",
28824
- version: "2.0.6",
28824
+ version: "2.0.7",
28825
28825
  description: "You.com API Model Context Protocol Server - For programmatic API access, use @youdotcom-oss/api",
28826
28826
  license: "MIT",
28827
28827
  engines: {
@@ -28877,7 +28877,7 @@ var package_default = {
28877
28877
  },
28878
28878
  mcpName: "io.github.youdotcom-oss/mcp",
28879
28879
  dependencies: {
28880
- "@youdotcom-oss/api": "0.3.2",
28880
+ "@youdotcom-oss/api": "0.3.3",
28881
28881
  zod: "^4.3.6",
28882
28882
  "@hono/mcp": "^0.2.3",
28883
28883
  "@modelcontextprotocol/sdk": "^1.25.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdotcom-oss/mcp",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "You.com API Model Context Protocol Server - For programmatic API access, use @youdotcom-oss/api",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "mcpName": "io.github.youdotcom-oss/mcp",
58
58
  "dependencies": {
59
- "@youdotcom-oss/api": "0.3.2",
59
+ "@youdotcom-oss/api": "0.3.3",
60
60
  "zod": "^4.3.6",
61
61
  "@hono/mcp": "^0.2.3",
62
62
  "@modelcontextprotocol/sdk": "^1.25.3",