From a73ca0a2675f1285d283980c7fafb1490a34a3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20T=C3=BCchler?= Date: Mon, 13 Jul 2026 00:28:14 +0200 Subject: [PATCH 1/2] Add webmcpify to Libraries & Tools in AWESOME_WEBMCP.md --- AWESOME_WEBMCP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AWESOME_WEBMCP.md b/AWESOME_WEBMCP.md index 1c48dc8..646f15b 100644 --- a/AWESOME_WEBMCP.md +++ b/AWESOME_WEBMCP.md @@ -72,6 +72,7 @@ A curated list of awesome WebMCP demos, libraries, and tools. - [webmcp-types](https://www.npmjs.com/package/webmcp-types) - TypeScript type definitions for WebMCP. - [WebMCP - Model Context Tool Inspector](https://github.com/beaufortfrancois/model-context-tool-inspector) - A Chrome Extension to let web developers inspect web pages to verify if WebMCP tools are correctly exposed, visualize the input schema, and debug connection issues directly within the browser. +- [webmcpify](https://github.com/TueJon/webmcpify) - An agent skill that integrates WebMCP into an existing web app end to end: it inventories the app, proposes a tool manifest for approval, integrates the tools, then verifies each one in a real browser and heals failures. ## Contributing From f40f582a8252f8198c3ab0f74f4b38b8cf742365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20T=C3=BCchler?= Date: Mon, 13 Jul 2026 00:35:19 +0200 Subject: [PATCH 2/2] Retrigger CLA check