# Pull Request
## Description
Brief description of the changes in this pull request.
## Type of Change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Test improvements
## Changes Made
- [ ] Added/modified MCP tools
- [ ] Added/modified MCP resources
- [ ] Updated authentication logic
- [ ] Modified Microsoft Graph API integration
- [ ] Updated error handling
- [ ] Documentation updates
- [ ] Test additions/modifications
## Testing
- [ ] Tests pass locally (`npm test`)
- [ ] Tested with MCP Inspector (`npm run inspector`)
- [ ] Tested with Claude Desktop integration
- [ ] Tested with real SharePoint environment
- [ ] Added tests for new functionality
- [ ] Verified backward compatibility
## SharePoint Testing
If applicable, describe the SharePoint environment used for testing:
- [ ] SharePoint Online
- [ ] SharePoint Server (on-premises)
- [ ] Specific tenant configuration: _______________
- [ ] Azure app permissions tested: _______________
## Documentation
- [ ] Updated README.md
- [ ] Updated CHANGELOG.md
- [ ] Added/updated JSDoc comments
- [ ] Updated CONTRIBUTING.md (if needed)
- [ ] Updated .env.example (if needed)
## Security Considerations
- [ ] No sensitive information exposed in logs
- [ ] Proper error handling for authentication failures
- [ ] Input validation implemented
- [ ] No hardcoded credentials or secrets
- [ ] Follows principle of least privilege
## Breaking Changes
If this is a breaking change, please describe the impact and migration path:
- What breaks: _______________
- Migration steps: _______________
- Deprecation timeline: _______________
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## Related Issues
Fixes #(issue number)
Closes #(issue number)
Related to #(issue number)
## Screenshots (if applicable)
Add screenshots to help explain your changes, especially for UI-related changes or new tool outputs.
## Additional Notes
Add any additional notes, concerns, or context for reviewers.