Skip to content

Commit 0d74ef5

Browse files
committed
chore: update author metadata to LF Projects
1 parent 1a8c14a commit 0d74ef5

File tree

17 files changed

+17
-34
lines changed

17 files changed

+17
-34
lines changed

examples/clients/simple-auth-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A simple OAuth client for the MCP simple-auth server"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic" }]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
88
keywords = ["mcp", "oauth", "client", "auth"]
99
license = { text = "MIT" }
1010
classifiers = [

examples/clients/simple-chatbot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A simple CLI chatbot using the Model Context Protocol (MCP)"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Edoardo Cilia" }]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
88
keywords = ["mcp", "llm", "chatbot", "cli"]
99
license = { text = "MIT" }
1010
classifiers = [

examples/clients/simple-task-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A simple MCP client demonstrating task polling"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
88
keywords = ["mcp", "llm", "tasks", "client"]
99
license = { text = "MIT" }
1010
classifiers = [

examples/clients/simple-task-interactive-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A simple MCP client demonstrating interactive task responses"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
88
keywords = ["mcp", "llm", "tasks", "client", "elicitation", "sampling"]
99
license = { text = "MIT" }
1010
classifiers = [

examples/clients/sse-polling-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Demo client for SSE polling with auto-reconnect"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
88
keywords = ["mcp", "sse", "polling", "client"]
99
license = { text = "MIT" }
1010
dependencies = ["click>=8.2.0", "mcp"]

examples/servers/everything-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Comprehensive MCP server implementing all protocol features for conformance testing"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
88
keywords = ["mcp", "llm", "automation", "conformance", "testing"]
99
license = { text = "MIT" }
1010
dependencies = ["anyio>=4.5", "click>=8.2.0", "httpx>=0.27", "mcp", "starlette", "uvicorn"]

examples/servers/simple-auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A simple MCP server demonstrating OAuth authentication"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
88
license = { text = "MIT" }
99
dependencies = [
1010
"anyio>=4.5",

examples/servers/simple-pagination/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ version = "0.1.0"
44
description = "A simple MCP server demonstrating pagination for tools, resources, and prompts"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
8-
maintainers = [
9-
{ name = "David Soria Parra", email = "davidsp@anthropic.com" },
10-
{ name = "Justin Spahr-Summers", email = "justin@anthropic.com" },
11-
]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
128
keywords = ["mcp", "llm", "automation", "pagination", "cursor"]
139
license = { text = "MIT" }
1410
classifiers = [

examples/servers/simple-prompt/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ version = "0.1.0"
44
description = "A simple MCP server exposing a customizable prompt"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
8-
maintainers = [
9-
{ name = "David Soria Parra", email = "davidsp@anthropic.com" },
10-
{ name = "Justin Spahr-Summers", email = "justin@anthropic.com" },
11-
]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
128
keywords = ["mcp", "llm", "automation", "web", "fetch"]
139
license = { text = "MIT" }
1410
classifiers = [

examples/servers/simple-resource/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ version = "0.1.0"
44
description = "A simple MCP server exposing sample text resources"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
authors = [{ name = "Anthropic, PBC." }]
8-
maintainers = [
9-
{ name = "David Soria Parra", email = "davidsp@anthropic.com" },
10-
{ name = "Justin Spahr-Summers", email = "justin@anthropic.com" },
11-
]
7+
authors = [{ name = "Model Context Protocol a Series of LF Projects, LLC." }]
128
keywords = ["mcp", "llm", "automation", "web", "fetch"]
139
license = { text = "MIT" }
1410
classifiers = [

0 commit comments

Comments
 (0)