18 Commits

Author SHA1 Message Date
renovate[bot]
ed0cf45c18 chore(deps): update dependency pre-commit to v4 2025-05-28 00:33:29 +08:00
renovate[bot]
458481f8c0 chore(deps): update dependency ruff to ^0.11.0 2025-05-28 00:27:01 +08:00
github-actions[bot]
328028ac21 bump: version 0.5.0 → 0.5.1 2025-05-27 13:23:49 +00:00
renovate[bot]
1725df0ca1 fix(deps): update dependency fastmcp to v2 2025-05-27 21:22:53 +08:00
github-actions[bot]
0153f89882 bump: version 0.4.0 → 0.5.0 2025-05-27 13:22:47 +00:00
github-actions[bot]
5344726014 bump: version 0.3.0 → 0.4.0 2025-05-27 11:06:42 +00:00
github-actions[bot]
04c98b26db bump: version 0.2.0 → 0.3.0 2025-05-27 09:42:07 +00:00
longhao
a0c507c3ff feat: implement comprehensive configuration management system with multi-mirror support
- Add ServerSettings class with pydantic-settings for type-safe configuration
- Support multiple PyPI mirror sources with priority-based fallback mechanism
- Implement RepositoryConfig and RepositoryManager for multi-repository support
- Add environment variable support for all configuration options
- Include private repository authentication configuration
- Add advanced dependency analysis settings (max depth, concurrency, security)
- Provide secure credential management with sensitive data masking
- Update documentation and configuration examples
- Add comprehensive test suite with 23 test cases covering all features
- Include demo script showcasing multi-mirror configuration capabilities

Configuration features:
- Primary, additional, and fallback index URLs
- Automatic duplicate URL removal with priority preservation
- Runtime configuration reloading
- Integration with repository manager for seamless multi-source queries

Signed-off-by: longhao <hal.long@outlook.com>
2025-05-27 17:41:42 +08:00
github-actions[bot]
f27493d8d2 bump: version 0.1.0 → 0.2.0 2025-05-27 06:52:22 +00:00
longhao
ba8536f718 feat: add commitizen configuration for automated version management
- Add commitizen to dev dependencies for semantic versioning
- Configure commitizen with conventional commits and poetry integration
- Set up automatic changelog generation and PEP440 version scheme
- Enable major version zero mode for pre-1.0 releases
- Update poetry.lock with new commitizen dependency

Signed-off-by: longhao <hal.long@outlook.com>
2025-05-27 14:51:58 +08:00
renovate[bot]
c28da94f9c fix(deps): update dependency fastmcp to ^0.4.0 2025-05-27 14:35:11 +08:00
renovate[bot]
af4040916c fix(deps): update dependency httpx to ^0.28.0 2025-05-27 13:51:44 +08:00
renovate[bot]
aba43d995d chore(deps): update dependency nox to v2025 2025-05-27 13:49:08 +08:00
longhao
3fea035c13 remove: disable mypy type checking
- Remove mypy from CI workflow
- Remove mypy configuration from pyproject.toml
- Remove mypy dependency from dev dependencies
- Remove mypy session from noxfile.py
- Keep only essential linting (ruff + isort) and testing (pytest)
- All remaining checks still pass
2025-05-27 13:44:28 +08:00
longhao
09f5111eda fix: resolve import sorting conflicts between ruff and isort
- Add isort configuration to pyproject.toml with black profile
- Fix import formatting to be compatible with both ruff and isort
- All lint checks now pass (both ruff and isort)
- Tests continue to pass
2025-05-27 13:44:28 +08:00
longhao
3cbb43f2d6 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
2025-05-27 13:44:28 +08:00
longhao
576652571c fix: correct FastMCP interface usage and resolve lint issues
- Fix FastMCP server interface to use correct mcp.run() instead of app.run(host, port)
- Remove unnecessary host and port parameters, use standard STDIO transport
- Fix all ruff lint issues including import sorting and blank lines
- Update ruff configuration to new lint configuration format
- Fix type annotation issues using Union syntax (int | None)
- Ensure uvx pypi-query-mcp-server works correctly
- All tests pass and lint checks pass
2025-05-27 13:44:28 +08:00
Hal
030b3a2607
feat: Complete PyPI Query MCP Server Implementation (#3)
Merge pull request implementing complete PyPI query MCP server with comprehensive features and CI/CD pipeline.
2025-05-27 11:14:49 +08:00