-
Notifications
You must be signed in to change notification settings - Fork 8
API integration #148
Copy link
Copy link
Open
Labels
Description
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 #139 - Generates a base
api.jsonthat is embedded into the MCP with periodic updates - On 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 API
- There is the potential to expand the spider/crawler to other PF maintained repositories but this will be a follow up story/issue
Reactions are currently unavailable