Skip to content

Commit 8ebc4d0

Browse files
authored
Fix typo on MCP (#10)
1 parent e5bf9e3 commit 8ebc4d0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

python/examples/adapter_mcp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# thirdweb-ai with Model Control Protocol (MCP)
1+
# thirdweb-ai with Model Context Protocol (MCP)
22

3-
This example demonstrates how to integrate thirdweb-ai's blockchain tooling with the [Model Control Protocol (MCP)](https://github.com/modelcontextprotocol/python-sdk), a standard for model-agnostic tools and function calling.
3+
This example demonstrates how to integrate thirdweb-ai's blockchain tooling with the [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/python-sdk), a standard for model-agnostic tools and function calling.
44

55
## Overview
66

@@ -46,4 +46,4 @@ You can customize the MCP server by modifying the example code:
4646

4747
## Requirements
4848

49-
See `pyproject.toml` for the full list of dependencies.
49+
See `pyproject.toml` for the full list of dependencies.

python/examples/adapter_mcp/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def main():
99
"""
10-
Example of using thirdweb_ai with MCP (Model Control Protocol) Server.
10+
Example of using thirdweb_ai with MCP (Model Context Protocol) Server.
1111
1212
This creates a server that provides blockchain tools via the MCP protocol,
1313
which can be used by compatible LLM clients.

python/thirdweb-mcp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# thirdweb MCP Server
22

3-
A Model Control Protocol (MCP) server implementation for thirdweb services integration. This server allows you to integrate thirdweb's tools with any MCP-compatible client.
3+
A Model Context Protocol (MCP) server implementation for thirdweb services integration. This server allows you to integrate thirdweb's tools with any MCP-compatible client.
44

55
## Overview
66

7-
thirdweb MCP provides a unified interface to access thirdweb's suite of blockchain tools and services through the standardized Model Control Protocol. It supports multiple communication transports and can be integrated with various thirdweb services:
7+
thirdweb MCP provides a unified interface to access thirdweb's suite of blockchain tools and services through the standardized Model Context Protocol. It supports multiple communication transports and can be integrated with various thirdweb services:
88

99
- **Nebula**: Autonomous onchain execution - real-time on-chain analysis, code generation and contract interactions
1010
- **Insight**: Blockchain data analysis capabilities for real-time on-chain data
@@ -112,7 +112,7 @@ Read more on [MCP Quickstart](https://modelcontextprotocol.io/quickstart/user)
112112

113113
### Integration with MCP clients
114114

115-
This server can be integrated with any client that supports the Model Control Protocol:
115+
This server can be integrated with any client that supports the Model Context Protocol:
116116

117117
1. Run the MCP server with the appropriate configuration
118118
2. Connect your MCP client to the server using the selected transport (stdio or SSE)

0 commit comments

Comments
 (0)