In Skills-over-MCP proposal (see https://github.com/modelcontextprotocol/experimental-ext-skills), a remote MCP server can serve both its tools and the instructions for using them together, as a single atomic unit. This also enables automatic discovery (connect to a server, find its skills), dynamic updates (server-side changes flow without reinstall), multi-server composition (skills orchestrating tools across servers), and enterprise distribution (RBAC, multi-tenant, version-adaptive content) — all through infrastructure MCP servers already provide.
See why-and-when.md for the full value proposition and a guide for when MCP distribution applies vs. simpler alternatives.
We should track and evaluate the opportunity to implement this in Reshapr - maybe having skills definitions being importable into Reshapr using the attachmen concepts - like twxe did xwith Prompts or CustomTools.
In Skills-over-MCP proposal (see https://github.com/modelcontextprotocol/experimental-ext-skills), a remote MCP server can serve both its tools and the instructions for using them together, as a single atomic unit. This also enables automatic discovery (connect to a server, find its skills), dynamic updates (server-side changes flow without reinstall), multi-server composition (skills orchestrating tools across servers), and enterprise distribution (RBAC, multi-tenant, version-adaptive content) — all through infrastructure MCP servers already provide.
See why-and-when.md for the full value proposition and a guide for when MCP distribution applies vs. simpler alternatives.
We should track and evaluate the opportunity to implement this in Reshapr - maybe having skills definitions being importable into Reshapr using the attachmen concepts - like twxe did xwith
PromptsorCustomTools.