You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/examples/adapter_mcp/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# thirdweb-ai with Model Control Protocol (MCP)
1
+
# thirdweb-ai with Model Context Protocol (MCP)
2
2
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.
4
4
5
5
## Overview
6
6
@@ -46,4 +46,4 @@ You can customize the MCP server by modifying the example code:
46
46
47
47
## Requirements
48
48
49
-
See `pyproject.toml` for the full list of dependencies.
49
+
See `pyproject.toml` for the full list of dependencies.
Copy file name to clipboardExpand all lines: python/thirdweb-mcp/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# thirdweb MCP Server
2
2
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.
4
4
5
5
## Overview
6
6
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:
0 commit comments