@youdotcom-oss/mcp 1.2.3 → 1.2.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.
- package/bin/stdio.js +2 -2
- package/package.json +1 -1
package/bin/stdio.js
CHANGED
|
@@ -10783,7 +10783,7 @@ class StdioServerTransport {
|
|
|
10783
10783
|
// package.json
|
|
10784
10784
|
var package_default = {
|
|
10785
10785
|
name: "@youdotcom-oss/mcp",
|
|
10786
|
-
version: "1.2.
|
|
10786
|
+
version: "1.2.4",
|
|
10787
10787
|
description: "You.com API Model Context Protocol Server",
|
|
10788
10788
|
type: "module",
|
|
10789
10789
|
bin: "bin/stdio.js",
|
|
@@ -13665,7 +13665,7 @@ var fetchSearchResults = async ({
|
|
|
13665
13665
|
},
|
|
13666
13666
|
getClientVersion
|
|
13667
13667
|
}) => {
|
|
13668
|
-
const url = new URL("https://
|
|
13668
|
+
const url = new URL("https://ydc-index.io/v1/search");
|
|
13669
13669
|
const searchParams = new URLSearchParams;
|
|
13670
13670
|
const searchQuery = [query];
|
|
13671
13671
|
site && searchQuery.push(`site:${site}`);
|