FreeOnePlus opened a new pull request, #190: URL: https://github.com/apache/doris-mcp-server/pull/190
## Summary - rebuild the root English and Simplified Chinese READMEs as concise 1.0 entry points - add a categorized bilingual documentation system for architecture, request flow, capabilities, protocol, security, operations, configuration, Host integration, development, migration, and releases - document the complete 8-domain/47-child public surface, runtime capability detection, security boundaries, reliability behavior, and known limitations - add bilingual custom Tool Provider and Doris fine-grained access-control guides - include the complete documentation tree in source distributions - add documentation contract tests for bilingual parity, license placement, root README size, index coverage, and internal link integrity - update the ChangeLog and correct the 1.0.0 publication date to match the release tag ## Documentation model The root READMEs now act only as product and quick-start entry points. Detailed material is organized under `docs/`, while the generated `docs/tool-registry.md` remains the authoritative source for the exact runtime catalog. The compatibility paths `docs/migration-1.0.0.md` and `docs/release-notes-1.0.0.md` remain available and link to the expanded bilingual guides. ## Validation - `uv run pytest -q -W error`: 1,749 passed, 81 skipped, 67.62% coverage - focused release and documentation contracts: 18 passed - `uv run ruff check .` - `uv run mypy doris_mcp_server` - `uv run bandit -q -c pyproject.toml -r doris_mcp_server generate_tool_catalog.py` - `uv run python generate_tool_catalog.py --check` - `uv lock --check` - `uv build --out-dir .local/evidence/V1-20/dist` - verified that the source archive contains both root READMEs and the complete categorized documentation tree Closes #189 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
