Перейти к содержимому

start_here

Это содержимое пока не доступно на вашем языке.

Call this FIRST. Returns the ordered plan + the capability version of the read surface.

Pass your cached serverInfo.version as last_seen_version: if the surface changed, changed is true and whats_new lists what to adopt (new endpoints/fields) BEFORE you act. On a first connect (no cached version) whats_new is the full changelog. Cache the returned capability_version for next time.

NameTypeRequiredDescription
last_seen_versionstring | nullno

Send inside an initialized MCP session (see Connecting):

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "start_here",
"arguments": {
"last_seen_version": "<last_seen_version>"
}
}
}
SymptomCauseAction
401Token missing/expiredRe-issue via POST /auth/agent-token; a new token replaces your grants
403 / capability errorYour token lacks the capability or the contract grantCheck my_capabilities first; ask the owner for the grant