Commit Graph

3309 Commits

Author SHA1 Message Date
Den Delimarsky
d63329ded2 Updated based on PR feedback 2025-07-05 11:44:05 -07:00
Ola Hungerford
0cbf8ea739 Merge pull request #2278 from modelcontextprotocol/slim/remove-docker-dispatch
remove the RepositoryDispatchEvent (building every six hours)
2025-07-04 16:34:03 -07:00
Marcelo Ochoa
f245dce561 Merge branch 'main' into oracle-mcp 2025-07-04 16:42:28 -03:00
Jim Clark
ce9925473f remove the RepositoryDispatchEvent (building every six hours) 2025-07-04 12:03:08 -07:00
Den Delimarsky ⚡
5ab3a00f5c Merge branch 'main' into elicitation-support 2025-07-04 10:58:24 -07:00
Cliff Hall
6d64b71a97 Merge pull request #2276 from modelcontextprotocol/ashwin/resourcelinks
Add getResourceLinks tool to return multiple resource references
2025-07-04 13:53:29 -04: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 ⚡
ea3dacf53a Merge branch 'main' into elicitation-support 2025-07-03 22:16:26 -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
Ola Hungerford
e39a6653c5 Merge pull request #2198 from sachiew/patch-2
Update logo of CoinGecko MCP on README.md
2025-07-03 20:59:34 -07:00
sachiew
014241ad0b Update logo of CoinGecko MCP on README.md
Logo update - previous image was distorted, and missing https.
2025-07-04 11:37:31 +08:00
Ola Hungerford
6b1b10a2a6 Merge pull request #2260 from davidespihernandez/postman-official-mcp-server
feat: add Postman API official MCP server to README
2025-07-03 18:57:24 -07:00
Joshua T. Go
08a061dbbd Fix more SQLite/Github typos 2025-07-03 15:42:11 -07:00
Joshua T. Go
66ec2b4281 Correct capitalization for GitHub, fix SQLite typo 2025-07-03 15:19:27 -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
myanggang
5c1400bbb4 Merge branch 'main' into patch-1 2025-07-03 11:39:25 -07:00
Cliff Hall
0a0dd2e804 Merge pull request #2212 from Craftzman7/update-dbhub
Update DBHub supported databases
2025-07-03 11:53:04 -04:00
Cliff Hall
087c4e3264 Merge branch 'main' into update-dbhub 2025-07-03 11:52:04 -04:00
Cliff Hall
33a5d114cf Merge pull request #2263 from olaservo/add-community-servers-070325
Add 31 Community MCP Servers
2025-07-03 11:16:19 -04:00
Cliff Hall
692300cb6d Merge pull request #2264 from olaservo/add-official-servers-070325
Add 22 Official MCP Integrations
2025-07-03 11:05:26 -04:00
Cliff Hall
a59b3b1ea8 Merge pull request #2261 from olaservo/add-resources-070325
Add 4 Community MCP Resources
2025-07-03 10:59:59 -04:00
olaservo
cf15814768 Update Python CLI MCP 2025-07-03 07:18:58 -07:00
Ola Hungerford
d3b4fb061e Merge pull request #2267 from slg95/patch-1
Simple README.md typo fix for the memory server
2025-07-03 07:16:29 -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
zoey
2dc5fe7eba chore: add hermes-mcp 2025-07-03 10:45:32 -03:00
olaservo
4b29f2103f Add new servers 2025-07-03 06:38:00 -07:00
olaservo
742b9f61ab Add new servers 2025-07-03 06:16:16 -07:00
olaservo
82e58d7379 Merge branch 'main' into add-resources-070325 2025-07-03 05:55:24 -07:00
olaservo
a59e241df9 Add resources from PRs 2025-07-03 05:50:10 -07:00
Ola Hungerford
a43012483d Merge pull request #2248 from pdebruin/main
Microsoft Docs to Microsoft Learn Docs
2025-07-03 05:46:37 -07:00
Ola Hungerford
5c3d27439e Merge pull request #1743 from manojbajaj95/patch-1
Add Universal MCP sdk
2025-07-03 05:35:46 -07:00
Tony Bentley
4b0ce8ee8a Merge branch 'main' into main 2025-07-02 19:15:30 -07:00
David Espí Hernández
8e167cd389 feat: add Postman API official MCP server 2025-07-02 17:27:40 +02:00
Marcelo Ochoa
465697b430 Merge branch 'main' into oracle-mcp 2025-07-02 10:27:49 -03:00
Moritz Kaminski
cdc79a4b11 Add Alby Bitcoin Payment MCP server 2025-07-02 14:58:20 +02: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
anshulsharmas
511df129ad Update README.md
Added Microsoft Fabric Real-Time Intelligence MCP entry
2025-07-01 13:46:44 -07:00
Paul Carleton
42f9c842c2 restore 2025-07-01 19:28:26 +01: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
George Mihailov
3153d6acac Add MCP servers search to README.md 2025-06-30 11:26:29 -07:00