Register Tools
Define what humans and agents can do
Create Views
Craft interactive UIs rendered in conversation
Manage State
Decide what the model sees
Authenticate Users
Know who’s behind every tool call
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The four decisions that make an MCP App
| Define | Page | Core APIs |
|---|---|---|
| What the model can do | Register Tools | registerTool |
| What the user sees | Create Views | useToolInfo, useCallTool |
| What the model knows | Manage State | useViewState, data-llm |
| Who is asking | Authenticate Users | requireBearerAuth, securitySchemes |