mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 03:03:37 +02:00
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.10 to 1.19.13. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.10...v1.19.13) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
693 B
JSON
29 lines
693 B
JSON
{
|
|
"name": "@yaak/mcp-server",
|
|
"displayName": "MCP Server",
|
|
"version": "0.2.1",
|
|
"private": true,
|
|
"description": "Expose Yaak functionality via Model Context Protocol",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins-external/mcp-server"
|
|
},
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"@hono/mcp": "^0.2.3",
|
|
"@hono/node-server": "^1.19.13",
|
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
"hono": "^4.12.4",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"minYaakVersion": "2026.1.0"
|
|
}
|