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