Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/guides/frontends/service-discoverability.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ When an AI agent is handed only your app's URL (for example, `https://yourapp.co

This guide describes what a canister app exposes to make that possible, ordered by priority.

:::caution[Adopting this protocol opts your app in]
By implementing this service discoverability protocol for your app, you agree that your app should be discovered by [ICP MCP](https://internetcomputer.org/icp-mcp/), and that you respect its [terms of service](https://internetcomputer.org/icp-mcp/terms/).
Comment thread
aterga marked this conversation as resolved.
Outdated
:::

## The five layers

An agent handed only your app's URL should be able to do five things, unattended:
Expand Down
Loading