From 14385b826e484efd426587ecb37a5c9365db1638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Wed, 8 Jul 2026 17:35:49 +0200 Subject: [PATCH] Mention webmcp-types npm package in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ccb8fe..c26257d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ WebMCP lets developers expose web application functionality—either JavaScript functions or HTML `
` elements—as "tools" with natural language descriptions and structured schemas, designed for AI agent ingestion. These tools can be invoked by AI agents, including those built into the browser, hosted in iframes, or running in extensions to actuate web content that was traditionally designed for human interaction. +TypeScript type definitions for WebMCP are available in the [`webmcp-types`](https://www.npmjs.com/package/webmcp-types) npm package. + ## Background and Motivation