docs(pdftract-145s8): fix broken MCP cross-references in Python SDK docs

- Fix broken links from ../integrations/mcp-clients.md to ../cli/mcp.md
- Update link text from 'MCP Client Configuration Guide' to 'MCP Server Documentation'
- Ensures all cross-references work in mdBook build
This commit is contained in:
jedarden 2026-05-31 23:34:41 -04:00
parent 1baa010615
commit 1ff8c2fcdc

View file

@ -207,13 +207,13 @@ doc = pdftract.extract("https://example.com/document.pdf")
## MCP Integration ## MCP Integration
For AI-assisted PDF extraction, pdftract provides an [MCP (Model Context Protocol) server](../integrations/mcp-clients.md). The Python SDK can be used alongside MCP clients like Claude Desktop: For AI-assisted PDF extraction, pdftract provides an [MCP (Model Context Protocol) server](../cli/mcp.md). The Python SDK can be used alongside MCP clients like Claude Desktop:
```bash ```bash
pdftract mcp --stdio pdftract mcp --stdio
``` ```
See [MCP Client Configuration Guide](../integrations/mcp-clients.md) for setup instructions. See [MCP Server Documentation](../cli/mcp.md) for setup instructions.
## Types ## Types
@ -244,7 +244,7 @@ async def extract_async():
## See Also ## See Also
- [MCP Client Configuration Guide](../integrations/mcp-clients.md) - [MCP Server Documentation](../cli/mcp.md)
- [JSON Schema Reference](../json-schema-reference.md) - [JSON Schema Reference](../json-schema-reference.md)
- [CLI Reference](../cli/README.md) - [CLI Reference](../cli/README.md)
- [Advanced: OCR Configuration](../advanced/ocr.md) - [Advanced: OCR Configuration](../advanced/ocr.md)