Merge branch 'main' into main

This commit is contained in:
Enrico Ballardini
2024-12-04 16:57:45 -03:00
committed by GitHub
26 changed files with 58 additions and 57 deletions

View File

@@ -54,6 +54,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[Playwright MCP](https://github.com/executeautomation/mcp-playwright)** - This MCP Server will help you run browser automation and webscraping using Playwright - **[Playwright MCP](https://github.com/executeautomation/mcp-playwright)** - This MCP Server will help you run browser automation and webscraping using Playwright
- **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM - **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM
- **[LlamaCloud](https://github.com/run-llama/mcp-server-llamacloud)** (by marcusschiesser) - Integrate the data stored in a managed index on [LlamaCloud](https://cloud.llamaindex.ai/) - **[LlamaCloud](https://github.com/run-llama/mcp-server-llamacloud)** (by marcusschiesser) - Integrate the data stored in a managed index on [LlamaCloud](https://cloud.llamaindex.ai/)
- **[Any Chat Completions](https://github.com/pyroprompts/any-chat-completions-mcp)** - Interact with any OpenAI SDK Compatible Chat Completions API like OpenAI, Perplexity, Groq, xAI and many more.
## 📚 Resources ## 📚 Resources

30
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@modelcontextprotocol/servers", "name": "@modelcontextprotocol/servers",
"version": "0.5.1", "version": "0.6.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@modelcontextprotocol/servers", "name": "@modelcontextprotocol/servers",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
"src/*" "src/*"
@@ -3723,7 +3723,7 @@
}, },
"src/brave-search": { "src/brave-search": {
"name": "@modelcontextprotocol/server-brave-search", "name": "@modelcontextprotocol/server-brave-search",
"version": "0.5.2", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1" "@modelcontextprotocol/sdk": "1.0.1"
@@ -3779,7 +3779,7 @@
}, },
"src/everart": { "src/everart": {
"name": "@modelcontextprotocol/server-everart", "name": "@modelcontextprotocol/server-everart",
"version": "0.1.0", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "0.5.0", "@modelcontextprotocol/sdk": "0.5.0",
@@ -3849,7 +3849,7 @@
}, },
"src/everything": { "src/everything": {
"name": "@modelcontextprotocol/server-everything", "name": "@modelcontextprotocol/server-everything",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1", "@modelcontextprotocol/sdk": "1.0.1",
@@ -3878,7 +3878,7 @@
}, },
"src/filesystem": { "src/filesystem": {
"name": "@modelcontextprotocol/server-filesystem", "name": "@modelcontextprotocol/server-filesystem",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1", "@modelcontextprotocol/sdk": "1.0.1",
@@ -3960,7 +3960,7 @@
}, },
"src/gdrive": { "src/gdrive": {
"name": "@modelcontextprotocol/server-gdrive", "name": "@modelcontextprotocol/server-gdrive",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@google-cloud/local-auth": "^3.0.1", "@google-cloud/local-auth": "^3.0.1",
@@ -3997,7 +3997,7 @@
}, },
"src/github": { "src/github": {
"name": "@modelcontextprotocol/server-github", "name": "@modelcontextprotocol/server-github",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1", "@modelcontextprotocol/sdk": "1.0.1",
@@ -4050,7 +4050,7 @@
}, },
"src/gitlab": { "src/gitlab": {
"name": "@modelcontextprotocol/server-gitlab", "name": "@modelcontextprotocol/server-gitlab",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1", "@modelcontextprotocol/sdk": "1.0.1",
@@ -4103,7 +4103,7 @@
}, },
"src/google-maps": { "src/google-maps": {
"name": "@modelcontextprotocol/server-google-maps", "name": "@modelcontextprotocol/server-google-maps",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1", "@modelcontextprotocol/sdk": "1.0.1",
@@ -4155,7 +4155,7 @@
}, },
"src/memory": { "src/memory": {
"name": "@modelcontextprotocol/server-memory", "name": "@modelcontextprotocol/server-memory",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1" "@modelcontextprotocol/sdk": "1.0.1"
@@ -4190,7 +4190,7 @@
}, },
"src/postgres": { "src/postgres": {
"name": "@modelcontextprotocol/server-postgres", "name": "@modelcontextprotocol/server-postgres",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1", "@modelcontextprotocol/sdk": "1.0.1",
@@ -4217,7 +4217,7 @@
}, },
"src/puppeteer": { "src/puppeteer": {
"name": "@modelcontextprotocol/server-puppeteer", "name": "@modelcontextprotocol/server-puppeteer",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1", "@modelcontextprotocol/sdk": "1.0.1",
@@ -4243,7 +4243,7 @@
}, },
"src/sequentialthinking": { "src/sequentialthinking": {
"name": "@modelcontextprotocol/server-sequential-thinking", "name": "@modelcontextprotocol/server-sequential-thinking",
"version": "0.1.0", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "0.5.0", "@modelcontextprotocol/sdk": "0.5.0",
@@ -4271,7 +4271,7 @@
}, },
"src/slack": { "src/slack": {
"name": "@modelcontextprotocol/server-slack", "name": "@modelcontextprotocol/server-slack",
"version": "0.5.1", "version": "0.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "1.0.1" "@modelcontextprotocol/sdk": "1.0.1"

View File

@@ -1,7 +1,7 @@
{ {
"name": "@modelcontextprotocol/servers", "name": "@modelcontextprotocol/servers",
"private": true, "private": true,
"version": "0.6.1", "version": "0.6.2",
"description": "Model Context Protocol servers", "description": "Model Context Protocol servers",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -30,4 +30,4 @@
"@modelcontextprotocol/server-everart": "*", "@modelcontextprotocol/server-everart": "*",
"@modelcontextprotocol/server-sequential-thinking": "*" "@modelcontextprotocol/server-sequential-thinking": "*"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-brave-search", "name": "@modelcontextprotocol/server-brave-search",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for Brave Search API integration", "description": "MCP server for Brave Search API integration",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -26,4 +26,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-everart", "name": "@modelcontextprotocol/server-everart",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for EverArt API integration", "description": "MCP server for EverArt API integration",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -29,4 +29,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.3.3" "typescript": "^5.3.3"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-everything", "name": "@modelcontextprotocol/server-everything",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server that exercises all the features of the MCP protocol", "description": "MCP server that exercises all the features of the MCP protocol",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -29,4 +29,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "mcp-server-fetch" name = "mcp-server-fetch"
version = "0.6.1" version = "0.6.2"
description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs" description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

2
src/fetch/uv.lock generated
View File

@@ -327,7 +327,7 @@ wheels = [
[[package]] [[package]]
name = "mcp-server-fetch" name = "mcp-server-fetch"
version = "0.1.3" version = "0.6.2"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "markdownify" }, { name = "markdownify" },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-filesystem", "name": "@modelcontextprotocol/server-filesystem",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for filesystem access", "description": "MCP server for filesystem access",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -28,4 +28,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.3.3" "typescript": "^5.3.3"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-gdrive", "name": "@modelcontextprotocol/server-gdrive",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for interacting with Google Drive", "description": "MCP server for interacting with Google Drive",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -28,4 +28,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "mcp-server-git" name = "mcp-server-git"
version = "0.6.1" version = "0.6.2"
description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs" description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

10
src/git/uv.lock generated
View File

@@ -146,7 +146,7 @@ wheels = [
[[package]] [[package]]
name = "mcp" name = "mcp"
version = "0.9.1" version = "1.1.0"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },
@@ -156,14 +156,14 @@ dependencies = [
{ name = "sse-starlette" }, { name = "sse-starlette" },
{ name = "starlette" }, { name = "starlette" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/e7/1c/932818470ffd49c33509110c835101a8dc4c9cdd06028b9f647fb3dde237/mcp-0.9.1.tar.gz", hash = "sha256:e8509a37c2ab546095788ed170e0fb4d7ce0cf5a3ee56b6449c78af27321a425", size = 78218 } sdist = { url = "https://files.pythonhosted.org/packages/77/f2/067b1fc114e8d3ae4af02fc4f4ed8971a2c4900362d976fabe0f4e9a3418/mcp-1.1.0.tar.gz", hash = "sha256:e3c8d6df93a4de90230ea944dd667730744a3cd91a4cc0ee66a5acd53419e100", size = 83802 }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/b3/a0/2ee813d456b57a726d583868417d1ad900fbe12ee3c8cd866e3e804ca486/mcp-0.9.1-py3-none-any.whl", hash = "sha256:7f640fcfb0be486aa510594df309920ae1d375cdca1f8aff21db3a96d837f303", size = 31562 }, { url = "https://files.pythonhosted.org/packages/b9/3e/aef19ac08a6f9a347c086c4e628c2f7329659828cbe92ffd524ec2aac833/mcp-1.1.0-py3-none-any.whl", hash = "sha256:44aa4d2e541f0924d6c344aa7f96b427a6ee1df2fab70b5f9ae2f8777b3f05f2", size = 36576 },
] ]
[[package]] [[package]]
name = "mcp-server-git" name = "mcp-server-git"
version = "0.4.1" version = "0.6.2"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "click" }, { name = "click" },
@@ -182,7 +182,7 @@ dev = [
requires-dist = [ requires-dist = [
{ name = "click", specifier = ">=8.1.7" }, { name = "click", specifier = ">=8.1.7" },
{ name = "gitpython", specifier = ">=3.1.43" }, { name = "gitpython", specifier = ">=3.1.43" },
{ name = "mcp", specifier = ">=0.6.0" }, { name = "mcp", specifier = ">=1.0.0" },
{ name = "pydantic", specifier = ">=2.0.0" }, { name = "pydantic", specifier = ">=2.0.0" },
] ]

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-github", "name": "@modelcontextprotocol/server-github",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for using the GitHub API", "description": "MCP server for using the GitHub API",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -28,4 +28,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-gitlab", "name": "@modelcontextprotocol/server-gitlab",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for using the GitLab API", "description": "MCP server for using the GitLab API",
"license": "MIT", "license": "MIT",
"author": "GitLab, PBC (https://gitlab.com)", "author": "GitLab, PBC (https://gitlab.com)",
@@ -28,4 +28,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-google-maps", "name": "@modelcontextprotocol/server-google-maps",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for using the Google Maps API", "description": "MCP server for using the Google Maps API",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -27,4 +27,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-memory", "name": "@modelcontextprotocol/server-memory",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for enabling memory for Claude through a knowledge graph", "description": "MCP server for enabling memory for Claude through a knowledge graph",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -26,4 +26,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-postgres", "name": "@modelcontextprotocol/server-postgres",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for interacting with PostgreSQL databases", "description": "MCP server for interacting with PostgreSQL databases",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -27,4 +27,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-puppeteer", "name": "@modelcontextprotocol/server-puppeteer",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for browser automation using Puppeteer", "description": "MCP server for browser automation using Puppeteer",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -26,4 +26,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "mcp-server-sentry" name = "mcp-server-sentry"
version = "0.6.1" version = "0.6.2"
description = "MCP server for retrieving issues from sentry.io" description = "MCP server for retrieving issues from sentry.io"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

2
src/sentry/uv.lock generated
View File

@@ -147,7 +147,7 @@ wheels = [
[[package]] [[package]]
name = "mcp-server-sentry" name = "mcp-server-sentry"
version = "0.6.0" version = "0.6.2"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "mcp" }, { name = "mcp" },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-sequential-thinking", "name": "@modelcontextprotocol/server-sequential-thinking",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for sequential thinking and problem solving", "description": "MCP server for sequential thinking and problem solving",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -29,4 +29,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.3.3" "typescript": "^5.3.3"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@modelcontextprotocol/server-slack", "name": "@modelcontextprotocol/server-slack",
"version": "0.6.1", "version": "0.6.2",
"description": "MCP server for interacting with Slack", "description": "MCP server for interacting with Slack",
"license": "MIT", "license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)", "author": "Anthropic, PBC (https://anthropic.com)",
@@ -26,4 +26,4 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }
} }

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "mcp-server-sqlite" name = "mcp-server-sqlite"
version = "0.6.1" version = "0.6.2"
description = "A simple SQLite MCP server" description = "A simple SQLite MCP server"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

2
src/sqlite/uv.lock generated
View File

@@ -138,7 +138,7 @@ wheels = [
[[package]] [[package]]
name = "mcp-server-sqlite" name = "mcp-server-sqlite"
version = "0.6.0" version = "0.6.2"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "mcp" }, { name = "mcp" },

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "mcp-server-time" name = "mcp-server-time"
version = "0.6.1" version = "0.6.2"
description = "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs" description = "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

2
src/time/uv.lock generated
View File

@@ -159,7 +159,7 @@ wheels = [
[[package]] [[package]]
name = "mcp-server-time" name = "mcp-server-time"
version = "0.6.0" version = "0.6.2"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "mcp" }, { name = "mcp" },