File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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 [ support@thirdweb.com ] ( mailto:support@thirdweb.com ) or visit [ thirdweb.com] ( https://thirdweb.com ) .
171+ For questions or support, please contact [ support@thirdweb.com ] ( mailto:support@thirdweb.com ) or visit [ thirdweb.com] ( https://thirdweb.com ) .
Original file line number Diff line number Diff 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
124123if __name__ == "__main__" :
125124 main ()
126-
You can’t perform that action at this time.
0 commit comments