Skip to content

Commit a096c95

Browse files
committed
Typescript servers 0.6.1
1 parent 042e7af commit a096c95

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modelcontextprotocol/servers",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"description": "Model Context Protocol servers",
66
"license": "MIT",
77
"author": "Anthropic, PBC (https://anthropic.com)",

src/brave-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-brave-search",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for Brave Search API integration",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/everart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-everart",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for EverArt API integration",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/everything/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-everything",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server that exercises all the features of the MCP protocol",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-filesystem",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for filesystem access",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/gdrive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-gdrive",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for interacting with Google Drive",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-github",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for using the GitHub API",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/gitlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-gitlab",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for using the GitLab API",
55
"license": "MIT",
66
"author": "GitLab, PBC (https://gitlab.com)",

src/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-google-maps",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for using the Google Maps API",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-memory",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for enabling memory for Claude through a knowledge graph",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-postgres",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for interacting with PostgreSQL databases",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-puppeteer",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for browser automation using Puppeteer",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/sequentialthinking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-sequential-thinking",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for sequential thinking and problem solving",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/server-slack",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for interacting with Slack",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)