| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mcp_claude_code-0.3.2-py3-none-any.whl | 2025-05-26 | 104.6 kB | |
| mcp_claude_code-0.3.2.tar.gz | 2025-05-26 | 82.0 kB | |
| MCP Claude Code v0.3.2 source code.tar.gz | 2025-05-26 | 15.0 MB | |
| MCP Claude Code v0.3.2 source code.zip | 2025-05-26 | 15.1 MB | |
| README.md | 2025-05-26 | 1.0 kB | |
| Totals: 5 Items | 30.3 MB | 0 | |
Fixed
- Project System Prompt Closure Bug
- Fixed critical closure bug in project system prompt registration where all prompts incorrectly used the last project path instead of their respective project paths
- Multiple projects configured in MCP settings now correctly generate unique system prompts for each project
- Replaced problematic closure with factory function pattern to ensure proper variable capture
- Resolves issue where system prompts for all projects would reference 'claude-code-provider-proxy' regardless of the actual project being used
Added
- Comprehensive Test Suite for Project System Prompts
- Added
tests/test_prompts.pywith 4 comprehensive test cases to prevent regression - Tests cover multiple project registration, single project registration, no projects scenario, and project basename handling
- Includes specific test case that detects the closure bug to prevent future regressions
- Mock-based testing approach ensures reliable verification of prompt generation functionality