@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.
Files changed (2) hide show
  1. package/bin/stdio.js +1 -1
  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.1",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdotcom-oss/mcp",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "You.com API Model Context Protocol Server",
5
5
  "type": "module",
6
6
  "bin": "bin/stdio.js",