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:
parent
576652571c
commit
3cbb43f2d6
5 changed files with 142 additions and 14 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -21,4 +21,9 @@ target/*
|
|||
/coverage.xml
|
||||
/.zip/
|
||||
.env
|
||||
dist/
|
||||
.vscode/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue