Sampath Vuyyuru
a688cca947
Update src/filesystem/README.md
...
Fix broken link to Roots
2025-07-26 18:09:30 +00:00
cliffhall
704275818f
Replace read_file tool with deprecation notice in description, which is functionally just an alias for read_text_file
2025-07-25 16:01:05 -04:00
cliffhall
471ac89f55
Update SDK version
2025-07-24 14:37:49 -04:00
Cliff Hall
b3bf0fe33a
Merge branch 'modelcontextprotocol:main' into main
2025-07-22 12:50:52 -04:00
Cliff Hall
45e0a1240e
Merge branch 'main' into main
2025-07-18 17:18:38 -04:00
cliffhall
ba20bd60af
Update the way the stream is concatenated
...
Update the ts sdk
2025-07-18 16:09:56 -04:00
Cliff Hall
2feb7cbaa5
Update src/filesystem/README.md
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-18 16:03:22 -04:00
Cliff Hall
d532a5846d
Stream media file reads
2025-07-18 14:18:32 -04:00
Cliff Hall
11a064c359
Rename read_file to read_text_file and add read_media_file
2025-07-18 13:42:56 -04:00
S1M0N38
8c1ed8c07b
Merge branch 'main' into feat-configurable-timezone
2025-07-18 19:09:17 +02:00
Vibor Cipan
b64c0b2926
docs: Adds Zencoder instructions for the Time and git MCP Server ( #2337 )
...
* docs: Adds Zencoder instructions for the Time MCP Server
* docs: Adds Zencoder instructions for the git MCP Server
2025-07-14 13:59:54 +01:00
Den Delimarsky ⚡
4ed232ae8d
Merge branch 'main' into elicitation-support
2025-07-07 08:31:07 -07:00
Den Delimarsky
a83c56256e
Fix content return
2025-07-06 21:18:43 -07:00
Ola Hungerford
8e755ce5e7
Merge branch 'main' into feat/filesystem-mcp-roots-protocol
2025-07-06 20:25:48 -07:00
Den Delimarsky
7bc02607c5
Merge remote-tracking branch 'origin/elicitation-support' into elicitation-support
2025-07-05 11:47:10 -07:00
Den Delimarsky
d63329ded2
Updated based on PR feedback
2025-07-05 11:44:05 -07:00
Den Delimarsky ⚡
5ab3a00f5c
Merge branch 'main' into elicitation-support
2025-07-04 10:58:24 -07:00
Ashwin Bhat
8dde417d10
formatting
2025-07-04 10:45:53 -07:00
Ashwin Bhat
0af52a9c22
remove summary
2025-07-04 10:39:07 -07:00
Ashwin Bhat
291ef21460
clarify message
2025-07-04 09:52:49 -07:00
Ashwin Bhat
6a7ef8f955
Add getResourceLinks tool to return multiple resource references
...
- Implement new tool that returns configurable number of resource links (1-10)
- Each link includes URI, name, description, and MIME type from available resources
- Minor formatting fixes for trailing commas and whitespace
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-03 22:50:51 -07:00
Den Delimarsky
11195cf3ff
Update schema
2025-07-03 22:14:44 -07:00
Den Delimarsky
2de214f36a
Some consistency changes
2025-07-03 21:03:10 -07:00
Den Delimarsky ⚡
44706c91db
Merge branch 'main' into elicitation-support
2025-07-03 11:40:25 -07:00
Den Delimarsky
dacaf27d5a
Update README
2025-07-03 11:40:05 -07:00
Spencer Gray
8868efb9b1
Update README.md
...
Simple typo fix for an ordered list under the System Prompt section.
2025-07-03 10:03:22 -04:00
Nandha Reddy
2c922a93f9
feat(filesystem): add symlink resolution and home directory support to roots protocol
...
- Add symlink resolution using fs.realpath() for security consistency
- Support home directory expansion (~/) in root URI specifications
- Improve error handling with null checks, detailed error messages, and informative logging
- Change allowedDirectories from constant to variable to support roots protocol directory management
2025-07-02 13:38:22 +10:00
Nandha Reddy
f3891aaf69
Apply suggestions from code review comments on docs and logging
...
Co-authored-by: Ola Hungerford <olahungerford@gmail.com >
2025-07-02 09:44:16 +10:00
Nandha Reddy
f8dd74576b
feat(filesystem): implement MCP roots protocol for dynamic directory management
...
- Extract roots processing logic from index.ts into testable roots-utils.ts module and add Test suite
- Update README to recommend MCP roots protocol for dynamic directory management
2025-07-02 09:44:16 +10:00
Nandha Reddy
b37da40003
feat(filesystem): implement MCP roots protocol for dynamic directory management
...
- Add support for dynamic directory updates via MCP roots protocol
- Allow clients to override command-line directories at runtime
- Maintain backwards compatibility with existing command-line args
- Add comprehensive error handling for edge cases
- Update documentation to explain both configuration methods
Fixes #401
2025-07-02 09:43:25 +10:00
Paul Carleton
cc99bdabdc
Merge remote-tracking branch 'security/fix-path-prefix-and-symlink'
2025-07-01 19:27:00 +01:00
Jenn Newton
d00c60df9d
Address symlink and path prefix issues with allowed directories
2025-06-30 20:04:46 -04:00
Den Delimarsky ⚡
ebdfa7d84f
Update src/everything/everything.ts
...
Co-authored-by: Ola Hungerford <olahungerford@gmail.com >
2025-06-30 14:27:57 -07:00
Den Delimarsky
c8ed6640ab
Merge remote-tracking branch 'origin/elicitation-support' into elicitation-support
2025-06-25 21:08:30 -07:00
Den Delimarsky
0670875117
Remove comments
2025-06-25 21:08:24 -07:00
Den Delimarsky ⚡
b903a24ff8
Merge branch 'main' into elicitation-support
2025-06-25 21:07:12 -07:00
Den Delimarsky
a2a83cc40e
Update elicitation demo
2025-06-25 20:54:33 -07:00
JavieHush
1f952310e4
feat: Add git branch functionality and unit tests
...
This commit introduces the `git branch` tool to the MCP Git server, allowing users to list branches with various filtering options.
Changes include:
- Implemented `git_branch` function in `src/git/src/mcp_server_git/server.py` to support listing local, remote, and all branches, as well as filtering by `contains` and `not_contains` SHA values.
- Added comprehensive unit tests for the `git branch` functionality in `src/git/tests/test_server.py`, covering different branch types and commit filtering scenarios.
- Updated `src/git/README.md`.
2025-06-25 15:10:04 +08:00
Ola Hungerford
531c1fe288
Merge pull request #1761 from sleeper/fix_local_time
...
fix: resolve ZoneInfo error by using IANA-compliant local timezone
2025-06-24 21:17:30 -07:00
Ola Hungerford
1252f484b9
Merge pull request #1326 from mceachen/main
...
feat(mcp-server-git): Add context_lines to git_diff* tools
2025-06-24 21:07:31 -07:00
Ola Hungerford
fb9bb0b4d9
Merge branch 'main' into hesreallyhim/git-small-fixes-with-typing-and-strings
2025-06-24 20:44:49 -07:00
Den Delimarsky
642f3ac192
Update
2025-06-23 17:05:35 -07:00
Den Delimarsky
72714ed0f1
Elicitation support
2025-06-23 15:54:45 -07:00
Benjamin Bartels
65c5e1e1df
Update src/sequentialthinking/README.md
...
Co-authored-by: Cliff Hall <cliff@futurescale.com >
2025-06-23 18:40:16 +01:00
Benjamin Bartels
921f08287e
Update index.ts
2025-06-23 17:36:05 +01:00
Benjamin Bartels
472a58ca00
Update README.md
2025-06-23 16:30:51 +01:00
Benjamin Bartels
ba97644240
Update index.ts
2025-06-23 16:24:57 +01:00
Benjamin Bartels
e35fd67efd
Adds ability to disable thought logging
2025-06-23 16:22:34 +01:00
Ola Hungerford
39287097f1
Merge branch 'main' into add-jest-setup
2025-06-20 14:00:30 -07:00
Ola Hungerford
178281230c
Update src/filesystem/package.json
...
Co-authored-by: Cliff Hall <cliff@futurescale.com >
2025-06-20 13:54:04 -07:00