Feat/leixu/mcp server info enrich - improve github info collection process to avoid rate limit #63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates and enhancements to the
serverproject, focusing on improving the data processing pipeline and updating metadata for various JSON files. Key changes include adding batch processing capability to theprocess_githubinfo.tsscript, updating metadata logs, and refreshing server data with the latest GitHub statistics.Enhancements to the
process_githubinfo.tsscript:--batch_sizeargument to limit the number of files processed in a single run. This includes parsing command-line arguments, filtering files by batch size, and reporting progress. (server/src/data/process_githubinfo.ts) [1] [2] [3] [4]loadProcessedLogfunction to reset the log if all files have already been processed. (server/src/data/process_githubinfo.ts)Metadata and configuration updates:
package.jsonscript names to reflect the newcrawl-servers-postprocesstask and added a default batch size of 200 for theprocess_githubinfoscript. (server/package.json)mcp_servers_official_list.jsonandprocess_githubinfo.log.jsonto reflect the latest extraction and processing timestamps. (server/src/data/mcp_servers_official_list.json,server/src/data/process_githubinfo.log.json) [1] [2]Data updates for server JSON files:
splitdirectory to reflect the latest data. (e.g.,githubStars,githubForks). [1] [2] [3] [4] and others)These changes improve the maintainability of the data processing pipeline while ensuring up-to-date server metadata.