@genkit-ai/mcp 1.19.2 → 1.19.3

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/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Genkit MCP
2
2
 
3
+ See [Genkit MCP documentation](https://genkit.dev/docs/model-context-protocol/).
4
+
3
5
  This plugin provides integration between Genkit and the [Model Context Protocol](https://modelcontextprotocol.io) (MCP). MCP is an open standard allowing developers to build "servers" which provide tools, resources, and prompts to clients. Genkit MCP allows Genkit developers to:
4
6
  - Consume MCP tools, prompts, and resources as a client using `createMcpHost` or `createMcpClient`.
5
7
  - Provide Genkit tools and prompts as an MCP server using `createMcpServer`.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "genai",
10
10
  "generative-ai"
11
11
  ],
12
- "version": "1.19.2",
12
+ "version": "1.19.3",
13
13
  "description": "A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP). Both client and server use cases are supported.",
14
14
  "main": "./lib/index.js",
15
15
  "types": "./lib/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "license": "Apache-2.0",
32
32
  "peerDependencies": {
33
33
  "@modelcontextprotocol/sdk": "^1.13.0",
34
- "genkit": "^1.19.2"
34
+ "genkit": "^1.19.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "get-port": "^5.1.0",