docs: update README with standard MCP server configuration

- Add comprehensive configuration examples for Claude Desktop, Cline, Cursor, and Windsurf
- Include proper uvx installation and usage instructions
- Add environment variables documentation
- Include practical usage examples and conversation patterns
- Follow standard Python MCP server documentation format
- Add pypi-query-mcp-server script entry point for uvx compatibility
This commit is contained in:
longhao 2025-05-27 11:32:15 +08:00 committed by Hal
parent 576652571c
commit 3cbb43f2d6
5 changed files with 142 additions and 14 deletions

5
.gitignore vendored
View file

@ -21,4 +21,9 @@ target/*
/coverage.xml
/.zip/
.env
dist/
.vscode/
.ruff_cache/
.mypy_cache/
.pytest_cache/