281d28c7cd
Enhanced test suite to validate: 1. Elicitation URL format and Flow 2 endpoint routing 2. Server-side refresh token validation via check_provisioning_status API 3. Proper separation of concerns - tests use MCP server API, not direct storage access The refresh token validation test validates server responses: - is_provisioned=true: Server has valid refresh token - is_provisioned=false: No token or invalid token - Error response: Token validation failed This ensures the MCP server properly validates refresh tokens internally and reports status correctly through its public API. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>