Skip to content

Commit a58d05a

Browse files
authored
remove engine_cloud_url mentions (#38)
1 parent d6b2a45 commit a58d05a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

python/thirdweb-mcp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ You can also configure the MCP server using environment variables:
8080
- `THIRDWEB_ENGINE_URL`: URL endpoint for thirdweb Engine service
8181
- `THIRDWEB_ENGINE_AUTH_JWT`: Authentication JWT token for Engine
8282
- `THIRDWEB_ENGINE_BACKEND_WALLET_ADDRESS`: Wallet address for Engine backend
83-
- `THIRDWEB_ENGINE_CLOUD_URL`: URL endpoint for EngineCloud service (defaults to https://engine.thirdweb.com/v1)
8483
- `THIRDWEB_VAULT_ACCESS_TOKEN`: Vault access token for EngineCloud server wallet operations
8584

8685
### Integration with Claude Desktop
@@ -169,4 +168,4 @@ Provides decentralized storage functionality:
169168

170169
## Support
171170

172-
For questions or support, please contact [[email protected]](mailto:[email protected]) or visit [thirdweb.com](https://thirdweb.com).
171+
For questions or support, please contact [[email protected]](mailto:[email protected]) or visit [thirdweb.com](https://thirdweb.com).

python/thirdweb-mcp/src/mcp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def main(
6868
engine_url: str,
6969
engine_auth_jwt: str,
7070
engine_backend_wallet_address: str | None,
71-
engine_cloud_url: str,
7271
vault_access_token: str | None,
7372
):
7473
mcp = FastMCP("thirdweb MCP", port=port)
@@ -123,4 +122,3 @@ def main(
123122

124123
if __name__ == "__main__":
125124
main()
126-

0 commit comments

Comments
 (0)