chore: update config files, icons and readme

- Update FUNDING.yml formatting
- Remove debug log in sanitize-pdf.ts
- Adjust test expectation for tool count
- Standardize dependabot.yml quotes
- Update tool icons in config
- Expand and reorganize README features list
- Fix markdown formatting in README
This commit is contained in:
abdullahalam123
2025-10-22 15:19:44 +05:30
parent de3c2fecc2
commit 06c36a590b
7 changed files with 277 additions and 275 deletions

View File

@@ -19,7 +19,7 @@ describe('Tool Configuration Arrays', () => {
it('should have the correct number of tools', () => {
// This acts as a snapshot test to catch unexpected additions/removals.
expect(singlePdfLoadTools).toHaveLength(39);
expect(singlePdfLoadTools).toHaveLength(40);
});
it('should not contain any duplicate tools', () => {