Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orderly.network/docs/llms.txt

Use this file to discover all available pages before exploring further.

Runtime npm package: @orderly.network/sdk-docs. MCP server binary: orderly-sdk-docs-mcp (stdio), commonly installed via orderly-devkit mcp install. If the documentation bundle fails to load, tools return guidance in the payload (often mentioning regenerating bundled indexes — see orderly_docs_health and npm metadata for @orderly.network/sdk-docs).

install subcommand

Config-only install (does not start stdio):
orderly-sdk-docs-mcp install --client all --scope user
Forwarded by orderly-devkit mcp install.
OptionDescription
--clientclaude, codex, cursor, opencode, all (default), or comma-separated
--scopeuser (default) or project
--nameMCP key in client config (default: orderly-sdk-docs)
--dry-runPrint actions without writing
--forceReplace existing same-name Orderly MCP entry

Registered MCP tools

There is no orderly_docs_get_hook — use orderly_docs_search plus orderly_docs_get_component / orderly_docs_get_type (alignment).
ToolPurpose
orderly_docs_healthBundle metadata: gitSha, generatedAt, paths
orderly_docs_searchSemantic search; optional k, kinds, packages
orderly_docs_get_componentExact component metadata by symbol or @package/name:Export
orderly_docs_get_component_docMarkdown narrative / examples
orderly_docs_get_typeType / enum metadata
orderly_docs_get_package_surfaceExport list for an npm package
orderly_docs_get_release_contextManifest / release stamp
orderly_docs_get_workflowWorkflow markdown by slug (e.g. plugin-create)
orderly_docs_get_recipeRecipe markdown by name
orderly_docs_get_guardrailsGuardrails markdown
orderly_docs_fetch_sdk_sourceFetch source from public SDK GitHub
  1. orderly_docs_search → topic.
  2. orderly_docs_get_component / orderly_docs_get_type follow-ups from hit IDs.

Environment / bundled indexes

Consumers usually rely on bundled indexes published with @orderly.network/sdk-docs. Advanced setups may set repository-root env vars described in tool errors when the bundle is missing.