Skip to content

docs(mcp): add agentic guidance docs and integrator FAQ#49

Merged
lhagenWP merged 1 commit into
mainfrom
mcp-docs-agentic-guidance
Jun 17, 2026
Merged

docs(mcp): add agentic guidance docs and integrator FAQ#49
lhagenWP merged 1 commit into
mainfrom
mcp-docs-agentic-guidance

Conversation

@trichardswp

@trichardswp trichardswp commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

Continues improvements for MCP documentation and agentic guidance. Adds a new Agentic Guidance section and a root-level integrator FAQ so any agent model can map intent to endpoints and integrate correctly without inferring.

Changes

  • New Agentic Guidance section (documentation/agentic-guidance/):
    • Capability Map — intent → endpoint + parameters; leads with "person search is one endpoint" (phone/address/name are all GET /v2/person/).
    • Integration Guide — the prescribed workflow: map intent → read the type document → never infer types from samples → ignore unknown fields → hydrate summaries by id.
    • Entity Shapes by Context — the caveat that the same entity comes back in different shapes per endpoint; defer to the type document for exact fields.
  • New integrator FAQ at the documentation root: trial exhaustion, how rate limits apply, what counts as a breaking change.
  • Documentation nav updated (Agentic Guidance under MCP Server, FAQ at the bottom). All pages carry lifecycle/topic/keywords facets.

Add core-tier authored knowledge for agents under a new Agentic
Guidance section: a capability map (intent to endpoint+params), an
integration guide (the prescribed workflow), and an entity-shapes
caveat (the same entity differs by endpoint; read the type document).

Add an integrator FAQ at the documentation root covering trial
exhaustion, how rate limits apply, and what counts as a breaking
change. All pages carry lifecycle/topic/keywords facets.
@trichardswp trichardswp requested a review from lhagenWP June 17, 2026 15:42
@lhagenWP lhagenWP merged commit 7aeebbb into main Jun 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants