Skip to content

Commit 14a2a92

Browse files
authored
Merge branch 'main' into gi/portal-knowledge-base
2 parents 5e42136 + 77938c4 commit 14a2a92

File tree

2 files changed

+8
-3
lines changed
  • apps
    • dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets/components
    • portal/src/app/nebula/mcp-server/integrations/mcp-clients

2 files changed

+8
-3
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets/components/try-it-out.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function TryItOut() {
186186
const sdkExample = () => `\
187187
import { createThirdwebClient, sendTransaction, getContract, Engine } from "thirdweb";
188188
import { baseSepolia } from "thirdweb/chains";
189-
import { claimTo } from "thirdweb/extensions/1155";
189+
import { claimTo } from "thirdweb/extensions/erc1155";
190190
191191
// Create a thirdweb client
192192
const client = createThirdwebClient({
@@ -228,7 +228,7 @@ const txHash = await Engine.waitForTransactionHash({
228228
client,
229229
transactionId,
230230
});
231-
console.log("Transaction hash:", result.transactionHash);
231+
console.log("Transaction hash:", txHash);
232232
`;
233233

234234
const curlExample = () => `\

apps/portal/src/app/nebula/mcp-server/integrations/mcp-clients/page.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ This server can be integrated with any client that supports the Model Context Pr
77

88
1. Run the MCP server with the appropriate configuration
99
2. Connect your MCP client to the server using the selected transport (stdio or SSE)
10-
3. Access thirdweb services through the exposed MCP tools
10+
3. Access thirdweb services through the exposed MCP tools
11+
12+
13+
#### References
14+
15+
[thirdweb-mcp references](https://github.com/thirdweb-dev/ai/tree/main/python/thirdweb-mcp)

0 commit comments

Comments
 (0)