docs: Integrate MCP Guard content into main documentation#15
Merged
Conversation
- Add MCP Security concepts page (concepts/mcp-security.md) - Add How CapiscIO Works overview page (overview/index.md) - Add MCP Guard Python SDK reference (reference/sdk-python/mcp.md) - Update homepage with MCP Guard featured product - Update navigation with MCP Guard sections - Add MCPService to gRPC reference - Update getting-started, how-to, and reference indexes
The mkdocs.yml includes capiscio-mcp-python for MCP Guard reference docs, but the CI workflow was missing the checkout step for this repo.
The monorepo plugin doesn't properly resolve relative RFC paths. Use direct GitHub links for consistency with other RFC references.
✅ Documentation Build SuccessfulThe documentation build completed successfully and passed validation checks.
|
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.
Summary
Integrates MCP Guard content into the main CapiscIO documentation site, featuring MCP Guard as a first-class product alongside Core and SDK.
Changes
New Pages
docs/concepts/mcp-security.mddocs/overview/index.mddocs/reference/sdk-python/mcp.mdUpdated Pages
docs/index.mddocs/concepts/index.mddocs/getting-started/index.mddocs/how-to/index.mddocs/reference/index.mddocs/reference/grpc.mddocs/reference/sdk-python/index.mdmkdocs.ymlNavigation Structure
Build Verification
make build # ✅ SuccessfulNote: Cross-repo links (to mcp-guard/, rfcs/) show as warnings locally but work in production via the monorepo plugin.
Related