You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-operation 'Complete this operation' + default back to live apis.io
Prefer working the live surface operation by operation. Default example is apis.io (live) again;
the bulk target roadmap is demoted to a reference example. Each operation's ✨ now leads with
'Complete this operation' — one precise Claude pass returning the tool + prompts + resources +
skill for THAT operation together (scoping to one op makes each part precise and consistent),
rendered as four add-able sections. Per-kind suggestions remain below it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
// `src` is what we actually fetch (must be same-origin or CORS-enabled); `show` is the
23
23
// human label. apis.io/apis.json has no CORS header, so we bundle it locally and let the
24
24
// tool fetch its OpenAPI from githubusercontent (which does allow cross-origin).
25
25
constDEFAULTS=[
26
-
{label: 'APIs.io — target surface',src: './examples/apis-io-target.json',show: 'apis.io roadmap',blurb: 'The proposed robust API → MCP → Agent-Skill buildout for apis.io — 54 operations, 11 prompts, 12 resources, 10 skills. A roadmap, not the live contract.'},
27
-
{label: 'APIs.io — live',src: './examples/apis-io.json',show: 'apis.io/apis.json',blurb: 'The API → MCP → Agent-Skill surface deployed on apis.io today: discovery free, synthesis Pro.'},
26
+
{label: 'APIs.io',src: './examples/apis-io.json',show: 'apis.io/apis.json',blurb: 'The live API → MCP → Agent-Skill surface of apis.io. Work it operation by operation — the ✨ on each row completes that one operation precisely.'},
28
27
{label: 'API Evangelist',src: 'https://apievangelist.com/apis.yml',show: 'apievangelist.com/apis.yml',blurb: 'The API Evangelist network index.'},
28
+
{label: 'APIs.io — target (roadmap)',src: './examples/apis-io-target.json',show: 'apis.io roadmap',blurb: 'A bulk proposed buildout, for reference — prefer completing operations one at a time on the live surface above.'},
<button data-complete="1"><strong>✨ Complete this operation</strong><span class="op-menu-sub">tool + prompts + resources + skill, in one pass</span></button>
: `<p class="sug-intro">Precise proposal for <code>${esc(op.method)}${esc(op.path)}</code> — add the parts you want; each edits the in-memory OpenAPI and re-renders.</p>
0 commit comments