igortikushEasync
570fc895f4
Update README.md
2025-07-07 16:35:26 +02:00
Ola Hungerford
f13adbd12a
Merge pull request #2294 from BobDickinson/readme-remove-non-existent-servers
...
Removed servers pointing to non-existent repos, updated Metoro image …
2025-07-07 04:51:29 -07:00
Ola Hungerford
d07bcc9000
Merge pull request #2002 from nandsha/feat/filesystem-mcp-roots-protocol
...
feat(filesystem): implement MCP roots protocol for dynamic directory management
2025-07-07 04:50:11 -07:00
Bob Dickinson
1ed61f36ad
Removed servers pointing to non-existent repos, updated Metoro image link.
2025-07-06 22:46:26 -07:00
Ola Hungerford
8e755ce5e7
Merge branch 'main' into feat/filesystem-mcp-roots-protocol
2025-07-06 20:25:48 -07:00
Ola Hungerford
57507c7964
Merge pull request #2289 from yoichiojima-2/fix/videodb-director-icon-consistency
...
Fix VideoDB Director icon consistency in README
2025-07-06 08:05:22 -07:00
yoichi ojima
e85cae5236
Fix VideoDB Director icon consistency in README
...
- Standardize image tag format to match other entries
- Change height from 14 to 12 pixels for consistency
- Add missing width attribute
- Fix attribute order and add closing slash
This should resolve the oversized icon display issue on GitHub mobile app.
2025-07-06 22:57:18 +09: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
Jim Clark
ce9925473f
remove the RepositoryDispatchEvent (building every six hours)
2025-07-04 12:03:08 -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
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
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
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
David Espí Hernández
8e167cd389
feat: add Postman API official MCP server
2025-07-02 17:27:40 +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
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
Craftzman7
559680769e
Merge branch 'main' into update-dbhub
2025-06-30 10:19:27 -07:00
Pieter de Bruin
b866c20fcb
Microsoft Docs to Microsoft Learn Docs
2025-06-30 08:05:50 +02:00
Ola Hungerford
1088c30f05
Merge pull request #1044 from andrew-lastmile/patch-1
...
Adding MCP-Agent to the README.md
2025-06-29 21:32:42 -07:00
Ola Hungerford
1474995844
Merge pull request #1415 from codeboyzhou/main
...
Update README.md to add high-level framework mcp-declarative-java-sdk
2025-06-29 21:30:34 -07:00
Ola Hungerford
c9c739ed70
Merge pull request #1421 from azimux/main
...
Update README.md to include Foobara framework's mcp-connector
2025-06-29 21:29:58 -07:00
Ola Hungerford
75536a6c02
Merge pull request #2031 from Super-I-Tech/patch-2
...
Added MCP-Plexus multi-tenant python framework
2025-06-29 21:26:56 -07:00
Ola Hungerford
fca70ec418
Merge pull request #1981 from henroger/patch-1
...
Add MCPReview
2025-06-29 21:23:26 -07:00
Ola Hungerford
6b0c30d1a8
Merge pull request #2202 from olaservo/add-tests-to-ci
...
Add python tests to CI
2025-06-25 22:59:55 -07:00
Craftzman7
36efc8fb86
Update DBHub supported databases
2025-06-25 15:50:01 -07:00
Andrew Hoh
2713f3de3b
Merge branch 'main' into patch-1
2025-06-25 10:49:02 -04:00
Ola Hungerford
bd8670cca5
Merge branch 'main' into add-tests-to-ci
2025-06-25 05:03:42 -07:00