Commit 37509b6
committed
chore: clean up repository - remove node_modules from version control
- Remove accidentally committed node_modules directory from git tracking
- Update .gitignore with comprehensive Node.js best practices
- Add proper Jest configuration for TypeScript testing
- Add comprehensive test suite for all 23 MCP tools
- Remove obsolete src/index.ts file
- Ensure tests directory is properly tracked in version control
This commit follows Node.js best practices by excluding generated dependencies
from version control while preserving important project files and tests.1 parent 72d1c22 commit 37509b6
File tree
615 files changed
+10077
-577227
lines changed- node_modules
- .bin
- @modelcontextprotocol/sdk
- dist
- client
- server
- @types/node
- assert
- compatibility
- dns
- fs
- readline
- stream
- timers
- ts5.6
- asynckit
- lib
- axios
- dist
- browser
- esm
- node
- lib
- adapters
- cancel
- core
- defaults
- env
- classes
- helpers
- platform
- browser
- classes
- common
- node
- classes
- bytes
- combined-stream
- lib
- content-type
- delayed-stream
- lib
- depd
- lib/browser
- follow-redirects
- form-data
- lib
- http-errors
- iconv-lite
- .github
- .idea
- codeStyles
- inspectionProfiles
- encodings
- tables
- lib
- inherits
- mime-db
- mime-types
- proxy-from-env
- raw-body
- safer-buffer
- setprototypeof
- test
- statuses
- toidentifier
- typescript
- bin
- lib
- cs
- de
- es
- fr
- it
- ja
- ko
- pl
- pt-br
- ru
- tr
- zh-cn
- zh-tw
- undici-types
- unpipe
- zod
- lib
- __tests__
- benchmarks
- helpers
- locales
- src
- tests
- helpers
- integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
615 files changed
+10077
-577227
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
30 | 85 | | |
31 | 86 | | |
32 | 87 | | |
| |||
35 | 90 | | |
36 | 91 | | |
37 | 92 | | |
38 | | - | |
39 | | - | |
40 | 93 | | |
41 | 94 | | |
42 | 95 | | |
43 | 96 | | |
44 | 97 | | |
45 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
This file was deleted.
This file was deleted.
0 commit comments