Skip to content

Commit 28cad9d

Browse files
authored
Merge branch 'main' into main
2 parents 3c2096b + a6bbfa0 commit 28cad9d

File tree

26 files changed

+58
-57
lines changed

26 files changed

+58
-57
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ A growing set of community-developed and maintained servers demonstrates various
5454
- **[Playwright MCP](https://github.com/executeautomation/mcp-playwright)** - This MCP Server will help you run browser automation and webscraping using Playwright
5555
- **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM
5656
- **[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/)
57+
- **[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.
5758

5859
## 📚 Resources
5960

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modelcontextprotocol/servers",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "Model Context Protocol servers",
66
"license": "MIT",
77
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -30,4 +30,4 @@
3030
"@modelcontextprotocol/server-everart": "*",
3131
"@modelcontextprotocol/server-sequential-thinking": "*"
3232
}
33-
}
33+
}

src/brave-search/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-brave-search",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "MCP server for Brave Search API integration",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -26,4 +26,4 @@
2626
"shx": "^0.3.4",
2727
"typescript": "^5.6.2"
2828
}
29-
}
29+
}

src/everart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-everart",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "MCP server for EverArt API integration",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -29,4 +29,4 @@
2929
"shx": "^0.3.4",
3030
"typescript": "^5.3.3"
3131
}
32-
}
32+
}

src/everything/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-everything",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "MCP server that exercises all the features of the MCP protocol",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -29,4 +29,4 @@
2929
"shx": "^0.3.4",
3030
"typescript": "^5.6.2"
3131
}
32-
}
32+
}

src/fetch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-fetch"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/fetch/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/filesystem/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-filesystem",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "MCP server for filesystem access",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -28,4 +28,4 @@
2828
"shx": "^0.3.4",
2929
"typescript": "^5.3.3"
3030
}
31-
}
31+
}

src/gdrive/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-gdrive",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "MCP server for interacting with Google Drive",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -28,4 +28,4 @@
2828
"shx": "^0.3.4",
2929
"typescript": "^5.6.2"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)