Commit Graph

  • d13e2dbc9e chore(deps): bump the uv group across 3 directories with 2 updates dependabot/uv/src/fetch/uv-c7081647eb dependabot[bot] 2026-03-29 04:08:54 +00:00
  • f4244583a6 fix(fetch): refresh uv lockfile (#3598) main Arif Celebi 2026-03-17 14:21:11 +00:00
  • b60eca1b3b fix(filesystem): ensure bare Windows drive letters normalize to root (#3434) Arif Celebi 2026-03-16 19:12:00 +00:00
  • 1cdf806d21 fix(sequential-thinking): use z.coerce for number and boolean params (#3533) Niels Kaspers 2026-03-15 19:09:04 +02:00
  • c7e0c7e730 add tools | 3573 (#3589) Supun Geethanjana Jayasinghe 2026-03-15 21:35:24 +05:30
  • ae40ec239d fix(git): add missing argument injection guards to git_show, git_create_branch, git_log, and git_branch (#3545) Elliot 2026-03-15 16:04:24 +00:00
  • 81f8301cd2 feat(time): add tool annotations to get_current_time and convert_time (#3574) (#3581) Niels Kaspers 2026-03-15 17:51:02 +02:00
  • c2ee97e792 feat(sequential-thinking): add tool annotations (#3534) Niels Kaspers 2026-03-15 17:50:08 +02:00
  • 83b22050b8 fix(fetch): handle malformed input without crashing (#3515) Anshul Garg 2026-03-15 21:05:30 +05:30
  • a97aba19eb Merge pull request #3293 from thecaptain789/fix-httpx-proxy-arg Ola Hungerford 2026-03-07 12:38:04 -07:00
  • ad3e660cc1 Merge pull request #3252 from dotsetgreg/fix/session-resource-reregistration Ola Hungerford 2026-03-07 12:32:28 -07:00
  • 6d977ddc62 Merge pull request #3297 from DukeDeSouth/fix/memory-open-nodes-relations Ola Hungerford 2026-03-07 12:25:27 -07:00
  • 72efc42976 Merge pull request #3230 from nulone/fix/filesystem-move-file-destructive-hint Ola Hungerford 2026-02-28 14:17:21 -07:00
  • 04cce79b4c Merge pull request #3398 from modelcontextprotocol/localden/servers Ola Hungerford 2026-02-24 18:38:19 -07:00
  • 599b170e9d Update README.md Den Delimarsky 2026-02-24 17:32:52 -08:00
  • 0e06979028 add figma to official integrations list (#3363) David Wong 2026-02-24 17:35:23 +00:00
  • 8013ffab14 chore(deps): bump minimatch in the npm_and_yarn group across 1 directory dependabot/npm_and_yarn/npm_and_yarn-81941be4bf dependabot[bot] 2026-02-23 02:33:22 +00:00
  • 41bcddcbdf single tool for normal and error path feat/url-elicitation evalstate 2026-02-19 21:17:52 +00:00
  • b69e0778c8 Merge remote-tracking branch 'origin/main' into feat/url-elicitation evalstate 2026-02-19 20:53:58 +00:00
  • a83b1451c5 Merge pull request #3254 from wingding12/fix/filesystem-macos-symlink-path-resolution Ola Hungerford 2026-02-19 07:36:47 -07:00
  • 1b96551ef0 fix(filesystem): use fileURLToPath for Windows absolute path parsing (#3205) Ellis Shang 2026-02-19 20:52:11 +08:00
  • 6a914b9db8 Merge pull request #3350 from modelcontextprotocol/localden/sec-doc-update Ola Hungerford 2026-02-18 19:58:50 -07:00
  • 5e3735d081 Update SECURITY.md to use GitHub Security Advisories Den Delimarsky 2026-02-18 20:51:23 +00:00
  • 224b6ee29c url elicitation evalstate 2026-02-14 18:48:51 +00:00
  • 618cf4867b Merge pull request #2609 from modelcontextprotocol/claude/issue-2526-20250824-0240 Cliff Hall 2026-02-11 09:57:53 -05:00
  • 173d991153 Merge pull request #3320 from modelcontextprotocol/dependabot/uv/src/fetch/uv-7997262317 Koichi ITO 2026-02-11 16:59:41 +09:00
  • e3ea3c8b7f Bump the uv group across 3 directories with 1 update dependabot[bot] 2026-02-11 02:51:37 +00:00
  • 70c549be69 Merge pull request #3306 from shuklaham/time_doc_update Ola Hungerford 2026-02-09 09:43:46 -07:00
  • 26c0d57d57 docs(time): add explicit uvx command to installation section Shubham Shukla 2026-02-08 22:23:30 -08:00
  • 87a996b548 fix(filesystem): run npm audit fix to resolve qs vulnerability olaservo 2026-02-07 18:52:47 -07:00
  • 3921f5c041 Merge branch 'main' into claude/issue-2526-20250824-0240 Cliff Hall 2026-02-07 16:57:16 -05:00
  • ccf675184e Merge pull request #3236 from nielskaspers/add-everything-server-tests Ola Hungerford 2026-02-07 10:14:57 -07:00
  • ca7ea2253e fix(memory): return relations connected to requested nodes in openNodes/searchNodes DukeDeSouth 2026-02-06 20:14:27 -05:00
  • cd20aee6b4 Add experimental.tasks mock for new task-based tools Niels Kaspers 2026-02-06 23:21:49 +02:00
  • 0ca9921e20 Trim low-value tests per review feedback Niels Kaspers 2026-02-06 22:59:19 +02:00
  • 9c0921276c Add tests for server factory, registrations, and resources Niels Kaspers 2026-01-21 00:09:51 +01:00
  • f48efe3206 Add tests for remaining 6 tools Niels Kaspers 2026-01-21 00:03:36 +01:00
  • 93a4f763b6 Add Vitest tests for Everything Server Niels Kaspers 2026-01-20 23:58:05 +01:00
  • 8614dff06f fix(fetch): update to httpx 0.28+ proxy parameter thecaptain789 2026-02-06 15:25:43 +00:00
  • 10d382798e Merge pull request #3229 from nulone/fix/graceful-unavailable-paths Ola Hungerford 2026-02-06 06:38:30 -07:00
  • 6a690065cf Merge pull request #3289 from modelcontextprotocol/dependabot/npm_and_yarn/npm_and_yarn-e011e83628 Ola Hungerford 2026-02-04 20:20:33 -07:00
  • e95bb9c44b Bump the npm_and_yarn group across 1 directory with 2 updates dependabot[bot] 2026-02-04 20:38:38 +00:00
  • 760829a778 Merge pull request #3206 from modelcontextprotocol/chore/apache-2.0-license Ola Hungerford 2026-02-04 06:00:33 -07:00
  • c5df3a4722 Merge pull request #3262 from piyusht-square/add-fetch-server-tests Ola Hungerford 2026-02-04 05:59:59 -07:00
  • dd6594c083 fix(filesystem): use vi.fn() instead of jest.fn() in test olaservo 2026-02-04 05:24:02 -07:00
  • 39a1db9bf2 Merge branch 'main' into claude/issue-2526-20250824-0240 Ola Hungerford 2026-02-03 19:59:23 -07:00
  • 71d5d71a80 test(fetch): add unit tests for fetch MCP server Piyush Tripathi 2026-01-28 10:20:49 -08:00
  • e6b0b0f5d3 Merge pull request #3256 from modelcontextprotocol/localden/security-note Den Delimarsky 2026-01-27 15:03:04 -08:00
  • 80397a9d3b Update security requirements for servers Den Delimarsky 2026-01-26 20:39:39 -08:00
  • b68d67d155 Merge pull request #3255 from modelcontextprotocol/dependabot/uv/src/fetch/uv-a822e4eeeb Koichi ITO 2026-01-27 11:28:09 +09:00
  • a1f9dfa470 Bump the uv group across 3 directories with 1 update dependabot[bot] 2026-01-26 23:57:45 +00:00
  • 8f2e9cc678 fix(filesystem): resolve symlinked allowed directories to both forms wingding12 2026-01-26 18:28:49 -05:00
  • a1e5a9a9b1 Automatic update of packages 2026.1.26 GitHub Actions 2026-01-26 20:21:27 +00:00
  • 63b64a4579 Merge branch 'main' into claude/issue-3130-20260111-1423 claude/issue-3130-20260111-1423 Cliff Hall 2026-01-26 13:29:49 -05:00
  • 3e1be88c3b fix(everything): allow re-registration of session resources Greg King 2026-01-26 09:10:58 -05:00
  • 549dd025e2 Merge pull request #3242 from cliffhall/clear-timeouts-in-cleanup Ola Hungerford 2026-01-24 10:47:19 -07:00
  • ae1e7a5500 Fix #3234 - "Everything Server crashes when multiple clients reconnect" cliffhall 2026-01-23 13:35:32 -05:00
  • 9ade57133f Fix #3234 - "Everything Server crashes when multiple clients reconnect" cliffhall 2026-01-23 13:26:02 -05:00
  • eedb060099 Merge pull request #3193 from olaservo/add-tasks-support Cliff Hall 2026-01-22 12:44:55 -05:00
  • 1542b65154 fix(everything): move task to params.task and remove pollInterval from requests olaservo 2026-01-21 18:39:29 -07:00
  • a160653441 Apply suggestions from code review Ola Hungerford 2026-01-21 17:55:10 -07:00
  • c20c017171 Merge branch 'main' into add-tasks-support Cliff Hall 2026-01-21 12:34:08 -05:00
  • 623aa8f459 Merge pull request #3233 from pgoslatara/actup/update-actions-1768905103 Koichi ITO 2026-01-22 00:50:31 +09:00
  • 73f0c8b966 Merge branch 'main' into add-tasks-support Cliff Hall 2026-01-20 10:29:49 -05:00
  • 71a59645c9 chore: Update outdated GitHub Actions versions Padraic Slattery 2026-01-20 11:31:43 +01:00
  • 3fd7fb618a Merge pull request #3224 from modelcontextprotocol/dependabot/uv/src/fetch/uv-bca2a229f3 Koichi ITO 2026-01-20 00:32:22 +09:00
  • 86fd903d5f fix(filesystem): mark move_file as destructive operation lunov 2026-01-10 19:15:39 +07:00
  • 2dfa15dc6e fix(filesystem): gracefully handle unavailable directories lunov 2026-01-10 18:39:55 +07:00
  • 5156cff9dc fix(everything): implement graceful HTTP elicitation degradation olaservo 2026-01-18 19:19:32 -07:00
  • 1cda86effb docs(everything): update features.md for direct elicitation flow olaservo 2026-01-17 17:44:55 -07:00
  • c53a0f3799 fix(everything): send elicitation directly from background task olaservo 2026-01-17 17:42:26 -07:00
  • 6556e339cb Merge branch 'main' into add-tasks-support Ola Hungerford 2026-01-17 14:05:35 -07:00
  • e8dd2af5e6 Regenerate lock files to use secure mcp version 1.25.0 copilot/sub-pr-3220 copilot-swe-agent[bot] 2026-01-17 18:13:58 +00:00
  • e8c36d4ce7 Fix security vulnerabilities by updating mcp to >=1.23.0 in all packages copilot-swe-agent[bot] 2026-01-17 18:12:09 +00:00
  • 68fbd87e94 Resolve merge conflicts by accepting main branch changes copilot-swe-agent[bot] 2026-01-17 18:08:53 +00:00
  • dd9c5e59e0 Merge origin/main to resolve dependency conflicts copilot-swe-agent[bot] 2026-01-17 18:07:40 +00:00
  • b906f726fa Bump the uv group across 3 directories with 5 updates dependabot[bot] 2026-01-17 18:03:32 +00:00
  • d3d5866937 Initial plan copilot-swe-agent[bot] 2026-01-17 18:02:55 +00:00
  • 55a3056a04 Merge pull request #3222 from koic/fix_time_mcp_erro_constructor Ola Hungerford 2026-01-17 11:00:33 -07:00
  • 9c9813d9dc fix(time): Fix McpError constructor usage in time server Koichi ITO 2026-01-17 09:08:13 +09:00
  • 09509b34aa Bump the uv group across 3 directories with 5 updates dependabot[bot] 2026-01-16 23:27:01 +00:00
  • f1eedf2b7e Merge pull request #3216 from modelcontextprotocol/dependabot/npm_and_yarn/npm_and_yarn-aabe4e74ca Koichi ITO 2026-01-17 08:24:59 +09:00
  • 3d6c7c1391 Bump diff in the npm_and_yarn group across 1 directory dependabot[bot] 2026-01-14 22:23:10 +00:00
  • 72e11113ed Merge pull request #3213 from SashankMeka1/kg-type-loading-fix David Soria Parra 2026-01-14 17:15:29 +00:00
  • 3e805376da Automatic update of packages 2026.1.14 GitHub Actions 2026-01-14 11:41:22 +00:00
  • 8af50b9418 remove type from loading Sashank Meka 2026-01-13 22:02:20 -05:00
  • 6b36e3c223 chore: update licensing to Apache 2.0 for new contributions Adam Jones 2026-01-12 22:50:22 +00:00
  • 218ad2d3f5 feat(everything): add resource collection example claude[bot] 2026-01-11 14:26:20 +00:00
  • 861c11b786 Merge pull request #3200 from cliffhall/roots-is-optional Ola Hungerford 2026-01-10 18:26:12 -07:00
  • 677f40a38f In roots.ts, clientCapabilites.roots and response.roots are optional. cliffhall 2026-01-10 17:40:58 -05:00
  • 7300631a5c In roots.ts, clientCapabilites.roots and response.roots are optional. cliffhall 2026-01-10 17:32:20 -05:00
  • 9d863fb7e6 feat: add async sampling and elicitation tools olaservo 2026-01-10 08:57:40 -07:00
  • 0208e93f85 feat(everything): add SEP-1686 Tasks support olaservo 2026-01-09 05:58:49 -07:00
  • 9691b958ec Merge pull request #3189 from modelcontextprotocol/dependabot/npm_and_yarn/npm_and_yarn-1719578bf6 Ola Hungerford 2026-01-07 11:18:17 -07:00
  • 737ce98e4a Bump @modelcontextprotocol/sdk dependabot[bot] 2026-01-07 16:49:05 +00:00
  • e3e62b4676 Add test line to README.md domdomegg-patch-1 adam jones 2026-01-06 14:38:45 +00:00
  • 37b2926d2f Fix YAML syntax error in readme-pr-check workflow Adam Jones 2026-01-06 14:38:04 +00:00
  • 425869346f Merge pull request #3184 from modelcontextprotocol/adamj/readme-pr-check Ola Hungerford 2026-01-05 21:33:32 -07:00
  • dca1e7ed6f Add workflow to handle README-only PRs Adam Jones 2026-01-05 18:53:30 +00:00
  • 1ae217d74d Remove only trailing slashes (#3183) tomonacci 2026-01-05 13:42:10 -05:00