@youdotcom-oss/mcp 1.2.1 → 1.2.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/bin/stdio.js +1 -1
- 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.2",
|
|
10787
10787
|
description: "You.com API Model Context Protocol Server",
|
|
10788
10788
|
type: "module",
|
|
10789
10789
|
bin: "bin/stdio.js",
|