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
Generates a base api.json that is embedded into the MCP with periodic updates
On server startup spider/crawler brings api.json up-to-date with the API.
API typically updated with releases
First round API may have limited read into existing repositories so we maintain docs.json.
spidered/crawled/cached api.json + embedded api.json + docs.json are all merged to provide a single source for the MCP that is always up-to-date limited by only the API
There is the potential to expand the spider/crawler to other PF maintained repositories but this will be a follow up story/issue
As a developer I need to integrate the API into the PF MCP.
Acceptance criteria
API is integrated
Offline capabilities are provided via non-blocking crawler
Assumptions and questions
implementation for Documentation links should be generated #21 facet
review APIand directly related to feat: api integration #139Generates a base
api.jsonthat is embedded into the MCP with periodic updatesOn server startup spider/crawler brings
api.jsonup-to-date with the API.API typically updated with releases
First round API may have limited read into existing repositories so we maintain
docs.json.spidered/crawled/cached api.json+embedded api.json+docs.jsonare all merged to provide a single source for the MCP that is always up-to-date limited by only the APIThere is the potential to expand the spider/crawler to other PF maintained repositories but this will be a follow up story/issue
Jira Issue: PF-3874