feat: Enhance discoverability with MCP, GitHub metadata, and SEO - #112
Merged
Conversation
Add three parallel improvements for better project discovery: 1. MCP server enhancements (mcp/src/index.ts): - get_backend_info: Strapi architecture, content types, services, auth - get_sdk_info: SDK installation, methods, TypeScript types - get_cli_info: CLI commands and usage patterns Enables Claude to autonomously answer architecture and integration questions. 2. GitHub metadata and contributor onboarding: - Enhanced README.md with badges (license, CI, standards) and topic tags - Comprehensive CONTRIBUTING.md: project structure, quick-start, dev tasks - .github/ISSUE_TEMPLATE/: structured bug reports and feature requests - .github/PULL_REQUEST_TEMPLATE.md: enhanced guidance on testing, linting 3. SEO foundation for search engines and AI agents: - public/robots.txt: Crawl paths, sitemap references, AI agent policy - public/sitemap.xml: Main site pages and features - public/sitemap-docs.xml: Documentation hierarchy - public/schema.org.json: JSON-LD SoftwareApplication schema All files validated: MCP TypeScript compiles, JSON-LD parses, robots.txt well-formed. No breaking changes; improves human and machine discoverability.
✅ Deploy Preview for certo canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add three parallel improvements for better project discovery:
MCP server enhancements (mcp/src/index.ts):
GitHub metadata and contributor onboarding:
SEO foundation for search engines and AI agents:
All files validated: MCP TypeScript compiles, JSON-LD parses, robots.txt well-formed. No breaking changes; improves human and machine discoverability.
🔗 Linked issue
❓ Type of change
📚 Description
📝 Checklist