@youdotcom-oss/mcp 1.2.0 → 1.2.1
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 -1
- package/package.json +2 -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.1",
|
|
10787
10787
|
description: "You.com API Model Context Protocol Server",
|
|
10788
10788
|
type: "module",
|
|
10789
10789
|
bin: "bin/stdio.js",
|
|
@@ -10833,6 +10833,7 @@ var package_default = {
|
|
|
10833
10833
|
"@types/bun": "latest",
|
|
10834
10834
|
typescript: "5.9.3",
|
|
10835
10835
|
"lint-staged": "^16.2.6",
|
|
10836
|
+
"@hono/bun-compress": "0.1.0",
|
|
10836
10837
|
"@hono/mcp": "0.1.5",
|
|
10837
10838
|
"@modelcontextprotocol/sdk": "1.20.2",
|
|
10838
10839
|
hono: "^4.10.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@youdotcom-oss/mcp",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "You.com API Model Context Protocol Server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "bin/stdio.js",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"@types/bun": "latest",
|
|
51
51
|
"typescript": "5.9.3",
|
|
52
52
|
"lint-staged": "^16.2.6",
|
|
53
|
+
"@hono/bun-compress": "0.1.0",
|
|
53
54
|
"@hono/mcp": "0.1.5",
|
|
54
55
|
"@modelcontextprotocol/sdk": "1.20.2",
|
|
55
56
|
"hono": "^4.10.4",
|