webmcp-context-provider
Installation
SKILL.md
WebMCP Context Provider
Before writing code
Fetch live docs:
- Fetch
https://webmachinelearning.github.io/webmcp/for theprovideContextmethod specification - Web-search
webmcp provideContext specificationfor the API shape and options - Web-search
webmcp context metadata agentfor contextual data patterns - Web-search
site:developer.chrome.com webmcp contextfor Chrome-specific context features
Conceptual Architecture
What provideContext Does
navigator.modelContext.provideContext(options) is a method for bulk registration of multiple tools and providing additional contextual metadata to agents. While registerTool adds one tool at a time, provideContext can set up an entire tool surface in a single call.
Note: This API is still being specified and may change. Always fetch the latest spec before implementing.